mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update install script.
This commit is contained in:
18
install.sh
18
install.sh
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user