This commit is contained in:
Heavybullets8 2022-07-26 15:02:20 -06:00
parent 340b5b7e6d
commit 1b329c0661

View File

@ -128,6 +128,7 @@ do
done
#exit if incompatable functions are called
[[ "$update_all_apps" == "true" && "$update_apps" == "true" ]] && echo -e "-U and -u cannot BOTH be called" && exit