diff --git a/aps b/aps index 585cb9c..07b6ab0 100755 --- a/aps +++ b/aps @@ -173,9 +173,10 @@ function version(){ function main(){ dbg case $1 in - s|sync) sync_local_repo_database "official" ${official} - [ -z "${2}" ] && exit 0 - install_package_from_repo "official" "${2}" ;; + s|sync) err "This feature is currently disabled in APS" ;; + #s|sync) sync_local_repo_database "official" ${official} + # [ -z "${2}" ] && exit 0 + # install_package_from_repo "official" "${2}" ;; i|install) pkg_local ${*: -1} ;; #u|update) update ;; u|update) err "This feature is currently disabled in APS" ;;