change force to yes on installation (#2254)

This commit is contained in:
nyxnor 2021-04-30 10:43:34 +00:00 committed by rootzoll
parent d5f8a6ad5f
commit 80d8fa3e60

View File

@ -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