added git-update.sh
parent
21df88fdaa
commit
de271794fd
|
@ -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