Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonshaked committed Jan 15, 2021
1 parent bebf247 commit 74e334c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ main() {

git clone https://github.com/The-Kid-Gid/wscli "$HOME/.local/bin/wscli" > /dev/null

add_to_bashrc "# !!! This block added by wscli install script !!!"
add_to_bashrc 'alias wscli="java $HOME/.local/bin/wscli/src/wscli.java'
add_to_bashrc "# !!! This block added by the wscli install script !!!"
add_to_bashrc "alias wscli='java $HOME/.local/bin/wscli/src/wscli.java'"
add_to_bashrc "# !!! End block !!!"
}

Expand Down

0 comments on commit 74e334c

Please sign in to comment.