From e1d2ef91f1f45c4f4f0d8d3ada1da8aa19507203 Mon Sep 17 00:00:00 2001 From: junikimm717 Date: Thu, 14 Apr 2022 19:22:07 -0400 Subject: [PATCH] creds gone --- archinstall/creds.json | 7 ------- install.sh | 1 - 2 files changed, 8 deletions(-) delete mode 100644 archinstall/creds.json diff --git a/archinstall/creds.json b/archinstall/creds.json deleted file mode 100644 index f057fd9..0000000 --- a/archinstall/creds.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "!root-password": "", - "!superusers": { - "junikim": {} - }, - "!users": {} -} diff --git a/install.sh b/install.sh index ad228f8..35d4762 100755 --- a/install.sh +++ b/install.sh @@ -3,5 +3,4 @@ DIR="$(dirname "$(realpath "$0")")" archinstall --config "$DIR/archinstall/install.json"\ - --creds "$DIR/archinstall/creds.json"\ --disk_layouts "$DIR/archinstall/disk.json"