diff options
| author | Blake Romero <blake@blkrom.com> | 2024-04-02 21:06:54 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-04-02 21:06:54 +0100 |
| commit | c6f01fe1ce553c4390bf22bfd796e7f9f4618d9d (patch) | |
| tree | 5e38c58c9b5dc31b6d0a5f68c6eb6d7fccbf602d | |
| parent | 02b7331b00a5ce8226e4ffa154b5fe69f620047d (diff) | |
Update encryption default & confirmation prompt
| -rwxr-xr-x | install-artix.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install-artix.sh b/install-artix.sh index 13820c9..5152aad 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -23,7 +23,7 @@ hostname=ArtixPC # Features autologin=true -encrypt=false +encrypt=true arch_support=false enable_aur=false @@ -102,6 +102,7 @@ ROOT Partition: ${root}, Size: MAX Firmware: ${firmware} ------------------------------------------------------ Features: ${features} +------------------------------------------------------ !!! CAUTION: ALL data from ${drive} will be erased !!! ------------------------------------------------------" echo "Are you sure you want install?" |
