Update install script.

This commit is contained in:
Nawaz Dhandala
2020-01-14 19:41:58 +01:00
parent 57c8dc8558
commit 8aab1949a5

View File

@@ -8,24 +8,6 @@ then
exit
fi
if [[ ! $(which git) && ! $(docker --git) ]]
then
echo -e "\033[91mPlease install Git. https://git-scm.com/book/en/v2/Getting-Started-Installing-Git"
exit
fi
if [[ ! $(which node) ]]
then
echo -e "\033[91mPlease install Node."
exit
fi
if [[ ! $(which npm) ]]
then
echo -e "\033[91mPlease install npm."
exit
fi
sudo chmod +x ./uninstall.sh
sudo ./uninstall.sh