diff options
-rw-r--r-- | archinstall.sh | 2 | ||||
-rw-r--r-- | stages/first_stage.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/archinstall.sh b/archinstall.sh index 1fc28fc..82f76d1 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -54,7 +54,7 @@ EOF # Constants -export BRANCH="master" # possible alternatives: "devel" or "feature_<myfeature>" +export BRANCH="feature_bios" # possible alternatives: "devel" or "feature_<myfeature>" export INTERNET_TEST_SERVER="archlinux.org" export INTERNET_TEST_PING_TIMEOUT=1 # in seconds export FIRST_STAGE_LINK="https://raw.githubusercontent.com/xengineering/archinstall/$BRANCH/stages/first_stage.sh" diff --git a/stages/first_stage.sh b/stages/first_stage.sh index 8b91c9e..de850e1 100644 --- a/stages/first_stage.sh +++ b/stages/first_stage.sh @@ -89,4 +89,5 @@ EOF echo "Partitioned disk for BIOS/MBR - OK" else + fi |