We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9561ed4 commit 0ebe2a3Copy full SHA for 0ebe2a3
backend/serverscript.sh
@@ -1,4 +1,11 @@
1
#!/bin/bash
2
+sudo apt-get update -y
3
+sudo apt-get upgrade -y
4
+sudo apt-get install python3.6 -y
5
+
6
+wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
7
+nvm install 15.10.0
8
9
cd /home/pi/s21-team-blue/web-app
10
sudo npm ci
11
sudo npm run pro-build
0 commit comments