forgot parameter on echo

This commit is contained in:
2025-04-11 19:32:05 +00:00
parent 2df74d4761
commit 9d3c3a5223

View File

@@ -12,7 +12,7 @@ echo -n
if [[ -z $1 ]]
then
echo "${RED}no package selected, exitting${NOCOL}"
echo -e "${RED}no package selected, exitting${NOCOL}"
exit 1
else
bash -c "$(curl -fsSL $REPO/raw/master/$1/install.sh)"