more accurate bochs setup script - targeting bochs-x plugin instead of *-x
This commit is contained in:
parent
57bb696228
commit
79da1d92f0
@ -1,2 +0,0 @@
|
|||||||
#!/zsh
|
|
||||||
bochs -f bochsrc.conf -q
|
|
@ -5,7 +5,7 @@ if [ "$bochs_" == "" ]
|
|||||||
then
|
then
|
||||||
# install bochs shiz
|
# install bochs shiz
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install bochs bochs-sdl
|
sudo apt-get install bochs "bochs-x"
|
||||||
else
|
else
|
||||||
echo 'Nothing to install'
|
echo 'Nothing to install'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user