diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 3f53ea876..a2982e5e2 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -45,16 +45,6 @@ then echo "Please run setup as root." exit 1 fi -# Installing MINIX on the hard disk. - -case "$0" in -/tmp/*) - rm -f "$0" - ;; -*) cp -p "$0" /tmp/setup - exec /tmp/setup -esac - # Find out what we are running from. exec 9<&0