Skip to content

Commit 0ebe2a3

Browse files
authored
Installs python, and nvm now (#106)
Still working on checks to make sure that I don't have to go through and reinstall everything
1 parent 9561ed4 commit 0ebe2a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

backend/serverscript.sh

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
#!/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+
29
cd /home/pi/s21-team-blue/web-app
310
sudo npm ci
411
sudo npm run pro-build

0 commit comments

Comments
 (0)