added upgrade script
This commit is contained in:
parent
301775c91d
commit
2dfee34f7c
6
scripts/upgrade.sh
Executable file
6
scripts/upgrade.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
git pull
|
||||
cargo b --release
|
||||
sudo systemctl stop ipblc
|
||||
sudo cp target/release/ipblc /usr/local/apps/ipblc/ipblc
|
||||
sudo systemctl start ipblc
|
Loading…
Reference in New Issue
Block a user