From a8f4ce85170da501ecfa1d0dda3e6f1ae54940c6 Mon Sep 17 00:00:00 2001 From: Dan MacDonald Date: Sun, 7 Oct 2018 10:34:32 +0100 Subject: [PATCH] 0.333 --- alez.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/alez.sh b/alez.sh index 216a8d8..43e3028 100644 --- a/alez.sh +++ b/alez.sh @@ -1,10 +1,10 @@ #!/bin/bash -# Arch Linux Easy ZFS (ALEZ) installer 0.33 +# Arch Linux Easy ZFS (ALEZ) installer 0.333 # by Dan MacDonald 2016-2018 # Check script is being run as root if [[ $EUID -ne 0 ]]; then - echo "Arch Linux Easy ZFS installer must be run as root" + echo "The Arch Linux Easy ZFS installer must be run as root" exit 1 fi @@ -29,11 +29,11 @@ lsdsks() { done } -echo -e "\nArch Linux Easy ZFS (ALEZ) installer 0.33\n\nBy Dan MacDonald 2016-2018\n\n" +echo -e "\nArch Linux Easy ZFS (ALEZ) installer 0.333\n\nBy Dan MacDonald 2016-2018\n\n" echo -e "Please make sure you are connected to the Internet before running ALEZ.\n\n" # No frills BIOS/GPT partitioning -read -p "Do you want to select a drive to be auto-partitioned? (N/y): " dopart +read -p "Do you want to select a (non-UEFI) drive to be auto-partitioned? (N/y): " dopart while [ "$dopart" == "y" ] || [ "$dopart" == "Y" ]; do lsdsks blkdev=-1 @@ -178,4 +178,4 @@ echo "Exporting the pool" zfs umount -a zpool export zroot -echo "Arch ZFS installation complete" +echo "Installation complete. You may now reboot into your Arch ZFS install."