parent
65cf281038
commit
78fc1f2328
@ -36,7 +36,7 @@ case "$CMD" in
|
||||
add|i*) assert_not_root; apt update; apt install $@;;
|
||||
list-a*) apt list $@;;
|
||||
list-i*) apt list --installed $@;;
|
||||
re*) assert_not_root; apt install --reinstall $@;;
|
||||
rei*) assert_not_root; apt install --reinstall $@;;
|
||||
se*) assert_not_root; apt update; apt search $@;;
|
||||
sh*) apt show $@;;
|
||||
un*|rem*|rm|del*) assert_not_root; apt remove $@;;
|
||||
|
Loading…
Reference in New Issue
Block a user