mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:00 -04:00
dpkg --force-confdef --force-confold --install
This commit is contained in:
0
init/launchd/README.md
Normal file
0
init/launchd/README.md
Normal 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})
|
||||
|
||||
Reference in New Issue
Block a user