forked from p15670423/monkey
Build: Keep old conf during apt-get upgrade
This commit is contained in:
parent
ed2efbc0bf
commit
ccc29e448c
|
@ -98,7 +98,7 @@ clone_monkey_repo() {
|
||||||
|
|
||||||
install_build_prereqs() {
|
install_build_prereqs() {
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get upgrade -y
|
sudo apt-get upgrade -y -o Dpkg::Options::="--force-confold"
|
||||||
|
|
||||||
# monkey island prereqs
|
# monkey island prereqs
|
||||||
sudo apt-get install -y curl libcurl4 openssl git build-essential moreutils
|
sudo apt-get install -y curl libcurl4 openssl git build-essential moreutils
|
||||||
|
|
Loading…
Reference in New Issue