aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9520d8d..9bf3b86 100755
--- a/configure
+++ b/configure
@@ -1,9 +1,9 @@
sudo apt-get install nodejs npm python3 python3-venv python3-pip make gcc sqlite3 nginx
-npm i -g typescript yarn
+sudo npm i -g typescript yarn
yarn
-python -m venv venv
+python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt