undo package detection
This commit is contained in:
@@ -12,11 +12,6 @@ Fail() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Exec() {
|
Exec() {
|
||||||
if [[ -z $2 ]] {
|
|
||||||
then
|
|
||||||
echo -e "${RED}application not specified, failing${NOCOL}"
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
case $1 in
|
case $1 in
|
||||||
install)
|
install)
|
||||||
echo -e "${GREEN}Starting installation of $2${NOCOL}"
|
echo -e "${GREEN}Starting installation of $2${NOCOL}"
|
||||||
|
Reference in New Issue
Block a user