|
@@ -136,7 +136,7 @@ fw_depends() {
|
|
. $FWROOT/toolset/setup/linux/databases/${depend}.sh
|
|
. $FWROOT/toolset/setup/linux/databases/${depend}.sh
|
|
else
|
|
else
|
|
echo WARN: No installer found for $depend, attempting to install with 'apt-get'...
|
|
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.
|
|
# Return whence you came.
|
|
popd
|
|
popd
|
|
continue
|
|
continue
|