瀏覽代碼

fix setup.sh

pull/1/head
10sr 11 年之前
父節點
當前提交
9bb41fa90a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh 查看文件

@@ -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…
取消
儲存