Build: Keep old conf during apt-get upgrade

This commit is contained in:
Mike Salvatore 2022-05-19 11:30:54 -04:00
parent ed2efbc0bf
commit ccc29e448c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ clone_monkey_repo() {
install_build_prereqs() {
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get upgrade -y -o Dpkg::Options::="--force-confold"
# monkey island prereqs
sudo apt-get install -y curl libcurl4 openssl git build-essential moreutils