appimage: add `-y` to `sudo apt upgrade` to avoid prompt

This commit is contained in:
Mike Salvatore 2021-04-15 12:19:36 -04:00
parent 5a1a5fc6fe
commit 159aa604d3
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ install_nodejs() {
install_build_prereqs() {
sudo apt update
sudo apt upgrade
sudo apt upgrade -y
# monkey island prereqs
sudo apt install -y curl libcurl4 openssl git build-essential moreutils