Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danboid committed Oct 15, 2018
1 parent 2e5209c commit 91a9b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alez.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Arch Linux Easy ZFS (ALEZ) installer 0.5
# Arch Linux Easy ZFS (ALEZ) installer 0.6
# by Dan MacDonald 2016-2018 with contributions from John Ramsden

# Exit on error
Expand All @@ -9,7 +9,7 @@ set -o errexit -o errtrace
# Set a default locale during install to avoid mandb error when indexing man pages
export LANG=C

version=0.5
version=0.6

# Colors
RED='\033[0;31m'
Expand Down

0 comments on commit 91a9b3a

Please sign in to comment.