typo
This commit is contained in:
parent
f8cf53680b
commit
aa528dea3a
@ -90,7 +90,7 @@ echo "Hello $USER!"
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/TheK4n/dotfiles
|
git clone https://github.com/TheK4n/dotfiles
|
||||||
cd dotfiles
|
cd dotfiles
|
||||||
./install install bash zsh ...
|
./install bash zsh ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
install
2
install
@ -31,7 +31,7 @@ _die() {
|
|||||||
exit $2
|
exit $2
|
||||||
}
|
}
|
||||||
|
|
||||||
test "$0" = "./install" || _die "Error: Please, run this file from root of dotfiles, like this './install.sh install TARGET" 1
|
test "$0" = "./install" || _die "Error: Please, run this file from root of dotfiles, like this './install.sh TARGET" 1
|
||||||
|
|
||||||
|
|
||||||
_die_if_installed() {
|
_die_if_installed() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user