From 5bb6f377a464569961d56cb7d72b9e0730c7fd66 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Fri, 1 Oct 2021 15:58:46 +0200 Subject: [PATCH] snapshot 01.10.2021: --- aps | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" ;;