diff options
| author | Chris Titus <[email protected]> | 2021-11-02 12:45:33 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-02 12:45:33 -0500 |
| commit | 5b35e866fbdf0e1d53a22cb9c1ec4488edc36d76 (patch) | |
| tree | 423198ca1b4abee20280c0786989256533d6bddf | |
| parent | 971800d9787f16091dcd56a2d0f8362702c328d7 (diff) | |
| parent | 2c33e38f2045c9d904820dbd26dfba6c9c9675f8 (diff) | |
| download | ArchTitus-5b35e866fbdf0e1d53a22cb9c1ec4488edc36d76.tar.xz ArchTitus-5b35e866fbdf0e1d53a22cb9c1ec4488edc36d76.zip | |
Merge pull request #63 from anthonp/patch-1
Update 0-preinstall.sh for typo
| -rwxr-xr-x | 0-preinstall.sh | 2 |
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 "--------------------------------------" |
