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(){
|
||||
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" ;;
|
||||
|
|
Loading…
Reference in a new issue