Skip to content

Commit

Permalink
Merge pull request #611 from asteris-llc/feature/update-installer
Browse files Browse the repository at this point in the history
update installer to 0.6.0
  • Loading branch information
arichardet authored Mar 2, 2017
2 parents f132481 + 9188f36 commit cf6198e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install-converge.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh

# Copyright © 2016 Asteris, LLC
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -25,7 +25,7 @@
set -e

# Default to latest stable
version="0.5.0"
version="0.6.0"

install_dir="/usr/local/bin"

Expand Down Expand Up @@ -72,7 +72,7 @@ do_wget () {
echo "Trying wget..."
wget -O "$2" "$1" 2>"$tmp_dir/stderr"
rc="$?"
grep "ERROR404" "$tmp_dir/stderr" >/dev/null 2>&1
grep "ERROR404" "$tmp_dir/stderr" >/dev/null 2>&1
if [ "$?" -eq 0 ]; then
not_supported
fi
Expand Down

0 comments on commit cf6198e

Please sign in to comment.