From ddc5127d5ecaab5db31af1110b8c11c13152216c Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Sun, 1 Dec 2019 22:31:57 -0800 Subject: [PATCH] dpkg --force-confdef --force-confold --install --- init/launchd/README.md | 0 scripts/install.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 init/launchd/README.md 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})