undo package detection

This commit is contained in:
2025-07-23 15:18:10 +02:00
parent 587874b383
commit 575329adf4

View File

@@ -12,11 +12,6 @@ Fail() {
}
Exec() {
if [[ -z $2 ]] {
then
echo -e "${RED}application not specified, failing${NOCOL}"
exit 1
}
case $1 in
install)
echo -e "${GREEN}Starting installation of $2${NOCOL}"