forked from p34709852/monkey
appimage: add `-y` to `sudo apt upgrade` to avoid prompt
This commit is contained in:
parent
5a1a5fc6fe
commit
159aa604d3
|
@ -46,7 +46,7 @@ install_nodejs() {
|
||||||
|
|
||||||
install_build_prereqs() {
|
install_build_prereqs() {
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade
|
sudo apt upgrade -y
|
||||||
|
|
||||||
# monkey island prereqs
|
# monkey island prereqs
|
||||||
sudo apt install -y curl libcurl4 openssl git build-essential moreutils
|
sudo apt install -y curl libcurl4 openssl git build-essential moreutils
|
||||||
|
|
Loading…
Reference in New Issue