Skip to content

Commit

Permalink
Fix Installer to create ark alias
Browse files Browse the repository at this point in the history
The ALIAS var in get.sh was not being used. It was looking for
ALIAS_NAME, so I have updated to that.

This was tested with `sudo sh get.sh`.

Alias was created correctly

Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
  • Loading branch information
Waterdrips authored and alexellis committed Feb 26, 2020
1 parent 81ecab0 commit fabe553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#########################

export VERIFY_CHECKSUM=0
export ALIAS="ark"
export ALIAS_NAME="ark"
export OWNER=alexellis
export REPO=arkade
export SUCCESS_CMD="$REPO version"
Expand Down

0 comments on commit fabe553

Please sign in to comment.