From 4271df687f16c4ba2bd349ac427b04aca7608154 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 17 Mar 2020 13:40:03 +0100 Subject: Bugfix --- archinstall.sh | 2 +- stages/first_stage.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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_" +export BRANCH="feature_bios" # possible alternatives: "devel" or "feature_" 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 -- cgit v1.2.3-70-g09d2