added git-update.sh

This commit is contained in:
Kevin Froman 2020-11-23 03:07:47 +00:00
parent 21df88fdaa
commit de271794fd
1 changed files with 9 additions and 0 deletions

9
git-update.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
echo "This will git pull origin master, then update dependencies and default plugins."
echo "Enter to continue, ctrl-c to stop."
read
git pull origin master
pip install -r --require-hashes requirements.txt
./onionr.sh reset-plugins