Explorar el Código

setup.sh: fix path of selfupdate target

pull/1/head
10sr hace 10 años
padre
commit
2f36ac1d5d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      setup.sh

+ 2
- 2
setup.sh Ver fichero

@@ -114,8 +114,8 @@ setup_selfupdate(){
_die "Abort"
fi
mkdir -vp "`dirname $1`"
_download $_dotfiles_url_base/setup.sh "$DOTFILES_DIR/$1"
chmod +x "$DOTFILES_DIR/$1"
_download $_dotfiles_url_base/setup.sh "$1"
chmod +x "$1"
}




Cargando…
Cancelar
Guardar