Sfoglia il codice sorgente

fix setup.sh

pull/1/head
10sr 11 anni fa
parent
commit
9bb41fa90a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh Vedi 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


Caricamento…
Annulla
Salva