Update script
This commit is contained in:
9
scripts/update
Normal file
9
scripts/update
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
systemctl stop aboba.service
|
||||||
|
cc -o build build.c
|
||||||
|
./build make
|
||||||
|
cp ./aboba /usr/local/bin/aboba
|
||||||
|
sudo systemctl start aboba.service
|
||||||
|
sudo systemctl status aboba.service
|
||||||
|
|
Reference in New Issue
Block a user