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"