diff --git a/scripts/run.sh b/scripts/run.sh deleted file mode 100644 index 5f1ad73..0000000 --- a/scripts/run.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/zsh -bochs -f bochsrc.conf -q diff --git a/scripts/setup.sh b/scripts/setup.sh index 14f8ee6..811cd2e 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -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