From c6f01fe1ce553c4390bf22bfd796e7f9f4618d9d Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 2 Apr 2024 21:06:54 +0100 Subject: Update encryption default & confirmation prompt --- install-artix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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?" -- cgit