added list option

This commit is contained in:
Ohio2 2021-07-07 12:18:20 +02:00
parent 9da4bc82dc
commit c672930037

1
aps
View file

@ -147,6 +147,7 @@ main() { # --- does soem stuff
install_package_from_repo "official" "${2}" ;;
upgrade) upgrade "official" ;;
help) help ;;
list) local_installed_list ;;
*) die "[E] Invalid option ${1}, exiting..." ;;
esac
rm "${lock}"