From f272682d4a052f5f7dcb0677edc72a4612db58ce Mon Sep 17 00:00:00 2001 From: Maulerant Date: Wed, 22 May 2024 16:51:50 +0000 Subject: [PATCH] fix: updated the curl in init.sh --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 775e11f..78fc154 100644 --- a/init.sh +++ b/init.sh @@ -4,7 +4,7 @@ set -ex # This file and this entire repo began modeled after https://github.com/onlyhavecans/dotfiles # Do a curlbash to allow me to take over your system -# curl -sL https://stash.firekitten.net/kittyfangs/dotfiles/raw/branch/main/init.sh | bash +# curl -sL https://stash.firekitten.net/maulerant/dotfiles/raw/branch/main/init.sh | bash ## Make sure we have git for app in git curl; do