dpkg --force-confdef --force-confold --install

This commit is contained in:
davidnewhall2 2019-12-01 22:31:57 -08:00
parent e984f1e3f6
commit ddc5127d5e
2 changed files with 1 additions and 1 deletions

0
init/launchd/README.md Normal file
View File

View File

@ -76,7 +76,7 @@ fi
INSTALLER="rpm -Uvh"
if [ "$FILE" = "deb" ]; then
INSTALLER="dpkg -i"
INSTALLER="dpkg --force-confdef --force-confold --install"
fi
FILE=$(basename ${URL})