From 79da1d92f0332db67e36f2c364dea326ccd1d66e Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 6 Oct 2019 14:47:00 -0700 Subject: [PATCH] more accurate bochs setup script - targeting bochs-x plugin instead of *-x --- scripts/run.sh | 2 -- scripts/setup.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 scripts/run.sh 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