diff --git a/scripts/setup.sh b/scripts/setup.sh index 2bab985..2c0ae46 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -8,10 +8,10 @@ fi gen=`dpkg --list | grep genisoimage` if [ -z "$gen" ]; then - sudo apt-get install genisoimage + apt-get install -y genisoimage fi nasm=`dpkg --list | grep nasm` if [ -z "$nasm" ]; then - sudo apt-get install nasm + apt-get install -y nasm fi