Parcourir la source

fix setup.sh

pull/1/head
10sr il y a 11 ans
Parent
révision
9bb41fa90a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer