add reboot after install node

This commit is contained in:
Your Name
2024-08-06 12:25:59 +07:00
parent 9f9bb078eb
commit 7e7f7331dc
2 changed files with 163 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ git clone http://gitea.beetai.com/dongpd/BiFace_Server_Config_API.git
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
chmod +x ~/.nvm/nvm.sh
source ~/.bashrc
. ~/.bashrc
nvm install 16
@@ -155,4 +155,6 @@ sudo bash /etc/rc.local
cd /var/www/html/BiFace_Server_Lite
sudo chmod 0777 db/app.db
echo "================================ setup serverlite done! ================================"
reboot
exit 0