snapshot 01.10.2021:
This commit is contained in:
parent
28b70404cb
commit
5bb6f377a4
1 changed files with 4 additions and 3 deletions
7
aps
7
aps
|
@ -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" ;;
|
||||||
|
|
Loading…
Reference in a new issue