Skip to content

Commit

Permalink
Merge branch '1.2.x' into issue-171
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwrick committed Feb 12, 2019
2 parents 7d3ce42 + 383e46d commit 1727800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/installer.sh
Expand Up @@ -48,8 +48,7 @@ do
done < "/dev/stdin"

BIN=abs-${VERSION}-${OS}-${ARCH}
wget https://github.com/abs-lang/abs/releases/download/${VERSION}/${BIN}
mv ${BIN} ./abs
wget https://github.com/abs-lang/abs/releases/download/${VERSION}/${BIN} -O ./abs
chmod +x ./abs

echo "ABS installation completed!"
Expand Down

0 comments on commit 1727800

Please sign in to comment.