From 9a0a971240c5fac8e68c13ac61a9ddef5dabeb83 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 12 Jan 2020 10:59:43 +0100 Subject: Some small changes. --- archinstall.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'archinstall.sh') 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 -- cgit v1.2.3-70-g09d2