fix: remote_script urls

This commit is contained in:
Strix 2024-06-04 01:34:28 +02:00
parent 7991035935
commit 49ec9f815a

View file

@ -3,12 +3,12 @@
# this script is meant to be ran when .dotfiles is not present.
#
# example:
# curl https://git.ixvd.net/raine/dotfiles/raw/branch/main/remote_script.sh | sh
# curl https://git.saluco.net/strix/dotfiles/raw/branch/main/remote_script.sh | sh
set -e
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.net/strix/dotfiles $HOME/.dotfiles
cd $HOME/.dotfiles
./dot a