Browse Source

add force-confdef flag to apt-get

Keith Newman 8 years ago
parent
commit
d53584d698
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/bash_functions.sh

+ 1 - 1
toolset/setup/linux/bash_functions.sh

@@ -136,7 +136,7 @@ fw_depends() {
       . $FWROOT/toolset/setup/linux/databases/${depend}.sh
     else
       echo WARN: No installer found for $depend, attempting to install with 'apt-get'...
-      sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes ${depend}
+      sudo apt-get install -o Dpkg::Options::="--force-confold --force-confdef" --force-yes ${depend}
       # Return whence you came.
       popd
       continue