Skip to content

Commit

Permalink
Minor fix to beta installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas North committed Jan 14, 2018
1 parent 8bef048 commit 78ce9bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aenigma/installer-v0.47
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ then
echo "${b}Backup complete. Continuing installation...${x}"
echo
else
echo
echo "${b}Ok, skipping backup...${x}"
echo
fi
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fi

if [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/16\.04\.[0-9]/16.04/')" != "Ubuntu 16.04 LTS" ]
then
if [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/17\.04\.[0-9]/17.04/')" = "Ubuntu 17.04 LTS" ]
if [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/17\.04\.[0-9]/17.04/')" = "Ubuntu 17.04" ]
then
read -p "${b}Ubuntu 17.04 detected. Proceed in testing mode? [things could break] (Y/n): ${x}" -n 1 -r
echo
Expand Down

0 comments on commit 78ce9bd

Please sign in to comment.