Browse Source

fix setup.sh

pull/1/head
10sr 11 years ago
parent
commit
9bb41fa90a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh View File

@@ -194,7 +194,7 @@ _fetch_script(){
name="$2"
dst="$HOME/.local/bin/$name"
command -v "$name" >/dev/null && return
if __download "$url" "$dst"
if _download "$url" "$dst"
then
chmod u+x "$dst"
else


Loading…
Cancel
Save