Skip to content

Commit

Permalink
Update start-grubdev.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chenall authored Nov 19, 2021
1 parent ade782f commit 5b5da3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions start-grubdev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

set -e
sudo apt-get -y update

sudo apt install -y gcc-4.8 gcc-4.8-multilib nasm upx upx-ucl p7zip-full autoconf automake make patch binutils-dev liblzma-dev syslinux isolinux genisoimage
if [ ! "$INPUT_USEQEMU" = "1" ]; then
sudo apt install -y gcc-4.8 gcc-4.8-multilib nasm upx upx-ucl p7zip-full autoconf automake make patch binutils-dev liblzma-dev syslinux isolinux genisoimage
exit
fi
for test in $grub4dos_src
Expand Down

0 comments on commit 5b5da3f

Please sign in to comment.