fix: url
This commit is contained in:
parent
f9907d9a71
commit
dd70dd0ad4
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
||||||
# this script is meant to be ran when .dotfiles is not present.
|
# this script is meant to be ran when .dotfiles is not present.
|
||||||
#
|
#
|
||||||
# example:
|
# example:
|
||||||
# curl https://git.ixvd.net/raine/dotfiles/raw/branch/main/remote_script.sh | sh
|
# curl https://git.saluco.nl/strix/dotfiles/raw/branch/main/remote_script.sh | sh
|
||||||
|
|
||||||
set -e
|
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.saluco.nl/strix/dotfiles $HOME/.dotfiles
|
||||||
cd $HOME/.dotfiles
|
cd $HOME/.dotfiles
|
||||||
./dot a
|
./dot a
|
||||||
|
|
Loading…
Reference in a new issue