aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranthonp <[email protected]>2021-10-29 23:48:40 -0500
committerGitHub <[email protected]>2021-10-29 23:48:40 -0500
commit2c33e38f2045c9d904820dbd26dfba6c9c9675f8 (patch)
tree8c759ed77ee2bfae99715c9c14844b5927fa7b68
parent0543cbaa8e24df53feed51d75bf1d3a630948a4f (diff)
downloadArchTitus-2c33e38f2045c9d904820dbd26dfba6c9c9675f8.tar.xz
ArchTitus-2c33e38f2045c9d904820dbd26dfba6c9c9675f8.zip
Update 0-preinstall.sh
Small typo toward EOF. 0-setup vs 1-setup.
-rwxr-xr-x0-preinstall.sh2
1 files changed, 1 insertions, 1 deletions
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 "--------------------------------------"