more accurate bochs setup script - targeting bochs-x plugin instead of *-x

This commit is contained in:
shockrah 2019-10-06 14:47:00 -07:00
parent 57bb696228
commit 79da1d92f0
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
#!/zsh
bochs -f bochsrc.conf -q

View File

@ -5,7 +5,7 @@ if [ "$bochs_" == "" ]
then
# install bochs shiz
sudo apt-get update
sudo apt-get install bochs bochs-sdl
sudo apt-get install bochs "bochs-x"
else
echo 'Nothing to install'
fi