APS wiki added & added verify() #5

Closed
Ohio2 wants to merge 10 commits from (deleted):master into master
Showing only changes of commit 8b5c1d1d95 - Show all commits

2
aps
View file

@ -146,7 +146,7 @@ main() { # --- does soem stuff
[ -z "${2}" ] && die "[*] No targets specified."
install_package_from_repo "official" "${2}" ;;
upgrade) upgrade "official" ;;
help) help
help) help ;;
*) die "[E] Invalid option ${1}, exiting..." ;;
esac
rm "${lock}"