This commit is contained in:
lif
2026-04-22 23:23:40 +01:00
commit e0c93997e2
6 changed files with 426 additions and 0 deletions

12
install.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# run from the arch live image as root
# requires config.json and creds.json in the same directory
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
archinstall \
--config "$SCRIPT_DIR/config.json" \
--creds "$SCRIPT_DIR/creds.json" \
--silent