From 684718b918c28ea34300009c1fe348dc24d0fcbd Mon Sep 17 00:00:00 2001 From: Tovi Jaeschke-Rogers Date: Mon, 31 Mar 2025 10:34:18 +1030 Subject: [PATCH] feat: add readme --- README.md | 5 +++++ user_configuration.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..57caa4a --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Arch Linux Install Automation + +```sh +archinstall --config https://git.tovijaeschke.xyz/tovi/arch-install-automation/raw/branch/master/user_configuration.json --creds https://git.tovijaeschke.xyz/tovi/arch-install-automation/raw/branch/master/user_credentials.json +``` diff --git a/user_configuration.json b/user_configuration.json index b3a80ee..63ffb2f 100644 --- a/user_configuration.json +++ b/user_configuration.json @@ -143,6 +143,7 @@ "cmake", "ninja", "curl", + "wget", "stow", "zsh", "networkmanager"