diff options
Diffstat (limited to 'archinstall.sh')
-rw-r--r-- | archinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.sh b/archinstall.sh index 85a3005..8464465 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -31,7 +31,7 @@ # Settings for the Script: DELAY=0.5 -BRANCH="devel" +BRANCH="master" BASE_URL="https://github.com/xengineering/archinstall" RAW_BASE_URL="https://raw.githubusercontent.com/xengineering/archinstall/" |