added git-update.sh
This commit is contained in:
parent
21df88fdaa
commit
de271794fd
9
git-update.sh
Executable file
9
git-update.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user