Merge pull request #63 from anthonp/patch-1

Update 0-preinstall.sh for typo
This commit is contained in:
Chris Titus 2021-11-02 12:45:33 -05:00 committed by GitHub
commit 5b35e866fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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