Skip to content

Commit

Permalink
Create missing assumego symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Apr 25, 2023
1 parent 6f7a0cc commit 24f20f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ install() {

tar -zxf "${download_filename}" -C "${bin_install_path}"

if ! [[ -f ${bin_install_path}/assumego ]]; then
ln -s granted "${bin_install_path}/assumego"
fi

echo "Granted is installed. Please add following line to your ~/.bashrc, ~/.bash_profile, ~/.profile, ~/.zshenv or ~/.config/fish/config.fish:"
echo "alias assume='source \$(asdf which assume)'"

Expand Down

0 comments on commit 24f20f7

Please sign in to comment.