diff options
| author | anthonp <[email protected]> | 2021-10-29 23:48:40 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-29 23:48:40 -0500 |
| commit | 2c33e38f2045c9d904820dbd26dfba6c9c9675f8 (patch) | |
| tree | 8c759ed77ee2bfae99715c9c14844b5927fa7b68 | |
| parent | 0543cbaa8e24df53feed51d75bf1d3a630948a4f (diff) | |
| download | ArchTitus-2c33e38f2045c9d904820dbd26dfba6c9c9675f8.tar.xz ArchTitus-2c33e38f2045c9d904820dbd26dfba6c9c9675f8.zip | |
Update 0-preinstall.sh
Small typo toward EOF. 0-setup vs 1-setup.
| -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 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 "--------------------------------------" |
