Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
setup.sh: fix path of selfupdate target
pull/1/head
10sr
10 anni fa
parent
f2b4314b7d
commit
2f36ac1d5d
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
setup.sh
+ 2
- 2
setup.sh
Vedi File
@@ -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"
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva