Skip to content

Commit

Permalink
Release bug fix version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed Aug 17, 2019
1 parent fef5250 commit 0266453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alez.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# shellcheck disable=SC2015

# Arch Linux Easy ZFS (ALEZ) installer 1.1
# Arch Linux Easy ZFS (ALEZ) installer 1.2
# by Dan MacDonald with contributions from John Ramsden

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

version=1.1
version=1.2

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

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

add_grub_entry

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

0 comments on commit 0266453

Please sign in to comment.