removing prompts

This commit is contained in:
shockrah 2020-04-22 20:52:26 -07:00
parent 4487ddc0c8
commit ff89ecc49c

View File

@ -8,10 +8,10 @@ fi
gen=`dpkg --list | grep genisoimage` gen=`dpkg --list | grep genisoimage`
if [ -z "$gen" ]; then if [ -z "$gen" ]; then
sudo apt-get install genisoimage apt-get install -y genisoimage
fi fi
nasm=`dpkg --list | grep nasm` nasm=`dpkg --list | grep nasm`
if [ -z "$nasm" ]; then if [ -z "$nasm" ]; then
sudo apt-get install nasm apt-get install -y nasm
fi fi