Skip to content

Commit 0266453

Browse files
committed
Release bug fix version 1.2
1 parent fef5250 commit 0266453

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

alez.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# shellcheck disable=SC2015
33

4-
# Arch Linux Easy ZFS (ALEZ) installer 1.1
4+
# Arch Linux Easy ZFS (ALEZ) installer 1.2
55
# by Dan MacDonald with contributions from John Ramsden
66

77
# Exit on error
@@ -13,7 +13,7 @@ export LANG=C
1313
# This is required to fix grub's "failed to get canonical path" error
1414
export ZPOOL_VDEV_NAME_PATH=1
1515

16-
version=1.1
16+
version=1.2
1717

1818
# Colors
1919
RED='\033[0;31m'
@@ -679,7 +679,7 @@ install_arch | dialog --progressbox 30 70
679679
if [[ "${install_type}" =~ ^(b|B)$ ]]; then
680680

681681
chrun "pacman -S --noconfirm grub os-prober" "Installing GRUB in chroot..." 2> /dev/null | dialog --progressbox 30 70
682-
682+
683683
add_grub_entry
684684

685685
autopart="Do you want to install GRUB onto any of the attached disks?"

0 commit comments

Comments
 (0)