aboutsummaryrefslogtreecommitdiff
path: root/0-preinstall.sh
diff options
context:
space:
mode:
authorChris Titus <[email protected]>2021-11-02 12:45:33 -0500
committerGitHub <[email protected]>2021-11-02 12:45:33 -0500
commit5b35e866fbdf0e1d53a22cb9c1ec4488edc36d76 (patch)
tree423198ca1b4abee20280c0786989256533d6bddf /0-preinstall.sh
parent971800d9787f16091dcd56a2d0f8362702c328d7 (diff)
parent2c33e38f2045c9d904820dbd26dfba6c9c9675f8 (diff)
downloadArchTitus-5b35e866fbdf0e1d53a22cb9c1ec4488edc36d76.tar.xz
ArchTitus-5b35e866fbdf0e1d53a22cb9c1ec4488edc36d76.zip
Merge pull request #63 from anthonp/patch-1
Update 0-preinstall.sh for typo
Diffstat (limited to '0-preinstall.sh')
-rwxr-xr-x0-preinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/0-preinstall.sh b/0-preinstall.sh
index 95c2373..63058dd 100755
--- a/0-preinstall.sh
+++ b/0-preinstall.sh
@@ -125,5 +125,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 "--------------------------------------"