Merge pull request #145 from davidnewhall/dn2_fix_install_sh
dpkg --force-confdef --force-confold --install
This commit is contained in:
commit
41758136ce
|
|
@ -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.
|
||||||
|
|
@ -76,7 +76,7 @@ fi
|
||||||
|
|
||||||
INSTALLER="rpm -Uvh"
|
INSTALLER="rpm -Uvh"
|
||||||
if [ "$FILE" = "deb" ]; then
|
if [ "$FILE" = "deb" ]; then
|
||||||
INSTALLER="dpkg -i"
|
INSTALLER="dpkg --force-confdef --force-confold --install"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FILE=$(basename ${URL})
|
FILE=$(basename ${URL})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue