From 2c33e38f2045c9d904820dbd26dfba6c9c9675f8 Mon Sep 17 00:00:00 2001 From: anthonp Date: Fri, 29 Oct 2021 23:48:40 -0500 Subject: [PATCH] Update 0-preinstall.sh Small typo toward EOF. 0-setup vs 1-setup. --- 0-preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0-preinstall.sh b/0-preinstall.sh index 557574b..e908314 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -141,5 +141,5 @@ if [[ $TOTALMEM -lt 8000000 ]]; then echo "/opt/swap/swapfile none swap sw 0 0" >> /mnt/etc/fstab #Add swap to fstab, so it KEEPS working after installation. fi echo "--------------------------------------" -echo "-- SYSTEM READY FOR 0-setup --" +echo "-- SYSTEM READY FOR 1-setup --" echo "--------------------------------------"