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

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

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})