This commit is contained in:
TheK4n 2023-10-14 12:05:00 +03:00
parent f8cf53680b
commit aa528dea3a
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ echo "Hello $USER!"
```bash
git clone https://github.com/TheK4n/dotfiles
cd dotfiles
./install install bash zsh ...
./install bash zsh ...
```

View File

@ -31,7 +31,7 @@ _die() {
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() {