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