Skip to content

Commit

Permalink
fix updater backend
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgioBrux committed Sep 15, 2021
1 parent 278211b commit 40dde08
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/updateandrestart.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
sleep 5
cd ..
git fetch
git pull --force
git submodule update
npm install
cd slowsniper
npm install
cd ..
cd sniperweb
npm install
cd ..
node .
node .

0 comments on commit 40dde08

Please sign in to comment.