initial
This commit is contained in:
12
install.sh
Normal file
12
install.sh
Normal 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
|
||||
Reference in New Issue
Block a user