diff --git a/init/launchd/README.md b/init/launchd/README.md new file mode 100644 index 00000000..e69de29b diff --git a/scripts/install.sh b/scripts/install.sh index 9b84bd6d..e067e25e 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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})