diff options
Diffstat (limited to 'archinstall.sh')
-rw-r--r-- | archinstall.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall.sh b/archinstall.sh index 2dd55a7..1e17ab6 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -37,6 +37,7 @@ export REPOSITORY_PATH="/opt/archinstall" export BRANCH_OR_COMMIT="master" # select another branch name or commit hash if needed export LOG_FILE_PATH="/var/log/archinstall.log" export CONFIG_FILE_PATH="/etc/archinstall/config.json" +export DEFAULT_PASSWORD="archinstall" # PATH expansion |