diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-08 13:10:14 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-08 13:10:14 +0200 |
commit | 142eee550fb34238ff738c65eeed2c2b0cbf3a9d (patch) | |
tree | 2aba2c0157eec67a45e9c4885a912fdfb1aa34cb /artixinstall | |
parent | c2290673bb1c3afddd1c5ca9b9a5e82b56c72bcc (diff) |
Mark config section
Diffstat (limited to 'artixinstall')
-rwxr-xr-x | artixinstall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/artixinstall b/artixinstall index 8674c77..51987ca 100755 --- a/artixinstall +++ b/artixinstall @@ -8,6 +8,10 @@ fi pacman -Sy pacman -S --needed --noconfirm parted fzf +# +# Config questions +# + while [ -z "${DRIVE}" ]; do DRIVE=$(lsblk | grep disk | fzf --disabled) done |