Update 0-preinstall.sh

Small typo toward EOF. 0-setup vs 1-setup.
This commit is contained in:
anthonp 2021-10-29 23:48:40 -05:00 committed by GitHub
parent 0543cbaa8e
commit 2c33e38f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 "--------------------------------------"