diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-09-23 21:25:25 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-09-23 21:25:25 +0200 |
commit | 45ecf79c4198fcb8399b36bf695b535d35854cca (patch) | |
tree | ed1e29749ecbca9dc94ef8776b0cce5f3f4d75a9 /archinstall.sh | |
parent | 1c2a083eda484a53660d5f1394e7a4eed77389e8 (diff) | |
download | archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.tar archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.tar.zst archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.zip |
Some small changes.
Diffstat (limited to 'archinstall.sh')
-rw-r--r-- | archinstall.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archinstall.sh b/archinstall.sh index 8464465..c9f1b77 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -19,7 +19,7 @@ ################################################################# -# # +# _ _ _ _ _ # # __ _ _ __ ___| |__ (_)_ __ ___| |_ __ _| | | ___| |__ # # / _` | '__/ __| '_ \| | '_ \/ __| __/ _` | | | / __| '_ \ # # | (_| | | | (__| | | | | | | \__ \ || (_| | | |_\__ \ | | | # @@ -31,8 +31,8 @@ # Settings for the Script: DELAY=0.5 -BRANCH="master" -BASE_URL="https://github.com/xengineering/archinstall" +CLONE_BRANCH="master" +BASE_URL="https://github.com/xengineering/archinstall/" RAW_BASE_URL="https://raw.githubusercontent.com/xengineering/archinstall/" @@ -217,7 +217,7 @@ pacman --noconfirm -Sy git cd /mnt/opt && git clone $BASE_URL cd /root mv /mnt/opt/archinstall /mnt/opt/archinstall.git -cd /mnt/opt/archinstall.git && git checkout $BRANCH +cd /mnt/opt/archinstall.git && git checkout $CLONE_BRANCH cd /root echo "bash /opt/archinstall.git/bin/second_stage.sh $hostname ${disk_path}1" | arch-chroot /mnt |