From 49ec9f815a397525fd14397b7f15b919ecacd683 Mon Sep 17 00:00:00 2001 From: Raine Date: Tue, 4 Jun 2024 01:34:28 +0200 Subject: [PATCH] fix: remote_script urls --- remote_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remote_script.sh b/remote_script.sh index c0b656a..160cbc4 100644 --- a/remote_script.sh +++ b/remote_script.sh @@ -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