From 7822d7e9ba62b50089d95bd877fba00ded6c0f7d Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 4 Aug 2024 19:56:27 -0400 Subject: [PATCH] Fix prompts --- gentoo-install.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gentoo-install.sh b/gentoo-install.sh index bcf8650..34fe0b1 100755 --- a/gentoo-install.sh +++ b/gentoo-install.sh @@ -218,15 +218,6 @@ function stage_step() { local s4file SwapUUID SwapOffset local cmd - show_options - - read -rsn1 -p"Stage-Install: To proceed, press enter to continue." proceed - echo - if [[ "$proceed" != "" ]]; then - echo "Aborting." - exit 1 - fi - if "$DEBUG"; then cmd="echo" else @@ -466,7 +457,7 @@ while [[ $# -gt 0 ]]; do ;; --stage) INSTALL_MODE=stage - INSTALL_STAGE=$1 + INSTALL_STAGE=$2 shift 2 ;; --clean)