fix: no errs please
This commit is contained in:
parent
daa0507b47
commit
11d5c2f3e2
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
# example:
|
# example:
|
||||||
# curl https://git.ixvd.net/raine/dotfiles/raw/branch/main/remote_script.sh | sh
|
# curl https://git.ixvd.net/raine/dotfiles/raw/branch/main/remote_script.sh | sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
HOME=${HOME:-/home/${USER:-$(whomai)}}
|
HOME=${HOME:-/home/${USER:-$(whomai)}}
|
||||||
|
|
||||||
[ -d "$HOME/.dotfiles" ] || git clone https://git.ixvd.net/raine/dotfiles $HOME/.dotfiles
|
[ -d "$HOME/.dotfiles" ] || git clone https://git.ixvd.net/raine/dotfiles $HOME/.dotfiles
|
||||||
|
|
Loading…
Reference in a new issue