File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# shellcheck disable=SC2015
3
3
4
- # Arch Linux Easy ZFS (ALEZ) installer 1.1
4
+ # Arch Linux Easy ZFS (ALEZ) installer 1.2
5
5
# by Dan MacDonald with contributions from John Ramsden
6
6
7
7
# Exit on error
@@ -13,7 +13,7 @@ export LANG=C
13
13
# This is required to fix grub's "failed to get canonical path" error
14
14
export ZPOOL_VDEV_NAME_PATH=1
15
15
16
- version=1.1
16
+ version=1.2
17
17
18
18
# Colors
19
19
RED=' \033[0;31m'
@@ -679,7 +679,7 @@ install_arch | dialog --progressbox 30 70
679
679
if [[ " ${install_type} " =~ ^(b| B)$ ]]; then
680
680
681
681
chrun " pacman -S --noconfirm grub os-prober" " Installing GRUB in chroot..." 2> /dev/null | dialog --progressbox 30 70
682
-
682
+
683
683
add_grub_entry
684
684
685
685
autopart=" Do you want to install GRUB onto any of the attached disks?"
You can’t perform that action at this time.
0 commit comments