diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-01-12 10:59:43 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-01-12 10:59:43 +0100 |
commit | 9a0a971240c5fac8e68c13ac61a9ddef5dabeb83 (patch) | |
tree | a5886322cf40fb1496e56186b541d760e60c3c2f /archinstall.sh | |
parent | 206cedd3df511f4f57c5bff3e7b9392be8ca9f9c (diff) | |
download | archinstall-9a0a971240c5fac8e68c13ac61a9ddef5dabeb83.tar archinstall-9a0a971240c5fac8e68c13ac61a9ddef5dabeb83.tar.zst archinstall-9a0a971240c5fac8e68c13ac61a9ddef5dabeb83.zip |
Some small changes.
Diffstat (limited to 'archinstall.sh')
-rw-r--r-- | archinstall.sh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/archinstall.sh b/archinstall.sh index 1e17ab6..2dfbf9e 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -30,14 +30,12 @@ # Settings -export TESTSERVER="8.8.8.8" # hostnames will not work properly +export TESTSERVER="archlinux.org" # IP or hostname export NETWORK_DEADLINE=1 # in seconds -export REPOSITORY_URL="https://github.com/xengineering/archinstall/" -export REPOSITORY_PATH="/opt/archinstall" -export BRANCH_OR_COMMIT="master" # select another branch name or commit hash if needed +export REPOSITORY_URL="https://github.com/xengineering/archinstall/" # remote +export REPOSITORY_PATH="/opt/archinstall" # local +export BRANCH_OR_COMMIT="master" # select another branch or commit hash for checkout if needed export LOG_FILE_PATH="/var/log/archinstall.log" -export CONFIG_FILE_PATH="/etc/archinstall/config.json" -export DEFAULT_PASSWORD="archinstall" # PATH expansion |