From ddc5127d5ecaab5db31af1110b8c11c13152216c Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Sun, 1 Dec 2019 22:31:57 -0800 Subject: [PATCH 1/2] 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}) From 474860458903e5c4ed43d89edb12b8bf7fe73fe3 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Sun, 1 Dec 2019 22:33:37 -0800 Subject: [PATCH 2/2] add a small readme --- init/launchd/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init/launchd/README.md b/init/launchd/README.md index e69de29b..285631f2 100644 --- a/init/launchd/README.md +++ b/init/launchd/README.md @@ -0,0 +1,2 @@ +This file isn't used by the build or for any packages. The homebrew launchd is +in the [homebrew](../homebrew) folder. This file is for reference only.