mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 17:38:16 +02:00
change force to yes on installation (#2254)
This commit is contained in:
parent
d5f8a6ad5f
commit
80d8fa3e60
@ -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