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
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user