mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
change force to yes on installation (#2254)
This commit is contained in:
parent
8a11b46b72
commit
be19c565cb
@ -26,7 +26,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
# see video: https://www.youtube.com/watch?v=6UrknowJ12o
|
||||
|
||||
# installs apcupsd.service
|
||||
sudo apt-get install -f apcupsd
|
||||
sudo apt-get install -y apcupsd
|
||||
|
||||
# edit config: /etc/apcupsd/apcupsd.conf
|
||||
sudo systemctl stop apcupsd
|
||||
|
Loading…
x
Reference in New Issue
Block a user