Skip to content

Commit

Permalink
Fix installation condition
Browse files Browse the repository at this point in the history
Signed-off-by: dhsathiya <devarshisathiya5@gmail.com>
  • Loading branch information
dhsathiya committed Sep 15, 2020
1 parent 6685efa commit c21d5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ umacro_version="v0.0.2"
[[ -d /etc/umacro/ ]] || mkdir /etc/umacro
[[ -f /etc/umacro/umacro_conf.yml ]] || touch /etc/umacro/umacro_conf.yml

[[ -f /usr/local/bin/umacro ]] || rm /usr/local/bin/umacro
[[ -f /usr/local/bin/umacro ]] && rm /usr/local/bin/umacro

wget -P /usr/local/bin https://github.com/dhsathiya/UMacro/releases/download/$umacro_version/umacro -q --show-progress

Expand Down

0 comments on commit c21d5e3

Please sign in to comment.