From e0e2a0917080b7a8c84db3cedb66a0c3abbc3864 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 23 Aug 2024 18:56:10 +0000 Subject: [PATCH] fix --- gentoo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gentoo.sh b/gentoo.sh index 62ecdaa..7909e08 100644 --- a/gentoo.sh +++ b/gentoo.sh @@ -4,7 +4,7 @@ # # An automatic installer for Gentoo Stable with the following features: # 1. Sway with SystemD -# 2. Full Disk Encryption +# 2. Full Disk Encryption or Regular Install # 3. Encrypted Boot # 4. Waybar, AutoLogin via Getty # 5. The ability to build a custom and deployable image onto any machine @@ -26,7 +26,7 @@ #Configure this section ######################## PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -TARGET='/install' +TARGET='/tmp/install' mkdir $TARGET ###################################### echo