snapshot 01.10.2021:

This commit is contained in:
Ohio2 2021-10-01 15:58:46 +02:00
parent 28b70404cb
commit 5bb6f377a4

7
aps
View file

@ -173,9 +173,10 @@ function version(){
function main(){ function main(){
dbg dbg
case $1 in case $1 in
s|sync) sync_local_repo_database "official" ${official} s|sync) err "This feature is currently disabled in APS" ;;
[ -z "${2}" ] && exit 0 #s|sync) sync_local_repo_database "official" ${official}
install_package_from_repo "official" "${2}" ;; # [ -z "${2}" ] && exit 0
# install_package_from_repo "official" "${2}" ;;
i|install) pkg_local ${*: -1} ;; i|install) pkg_local ${*: -1} ;;
#u|update) update ;; #u|update) update ;;
u|update) err "This feature is currently disabled in APS" ;; u|update) err "This feature is currently disabled in APS" ;;