forgot parameter on echo
This commit is contained in:
@@ -12,7 +12,7 @@ echo -n
|
|||||||
|
|
||||||
if [[ -z $1 ]]
|
if [[ -z $1 ]]
|
||||||
then
|
then
|
||||||
echo "${RED}no package selected, exitting${NOCOL}"
|
echo -e "${RED}no package selected, exitting${NOCOL}"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
bash -c "$(curl -fsSL $REPO/raw/master/$1/install.sh)"
|
bash -c "$(curl -fsSL $REPO/raw/master/$1/install.sh)"
|
||||||
|
Reference in New Issue
Block a user