added missing sudo statements
This commit is contained in:
parent
35ab8923a4
commit
4110902c99
|
@ -3,9 +3,9 @@
|
||||||
# This script can be run to update or newly install
|
# This script can be run to update or newly install
|
||||||
# the systemd services needed for
|
# the systemd services needed for
|
||||||
|
|
||||||
cat systemd/plenumbot.service > /etc/systemd/system/plenumsbot.service
|
sudo cat systemd/plenumbot.service > /etc/systemd/system/plenumsbot.service
|
||||||
cat systemd/plenumbot.timer > /etc/systemd/system/plenumsbot.timer
|
sudo cat systemd/plenumbot.timer > /etc/systemd/system/plenumsbot.timer
|
||||||
chmod 755 /etc/systemd/system/plenumsbot.timer
|
sudo chmod 755 /etc/systemd/system/plenumsbot.timer
|
||||||
chmod 755 /etc/systemd/system/plenumsbot.service
|
sudo chmod 755 /etc/systemd/system/plenumsbot.service
|
||||||
|
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
Loading…
Reference in a new issue