fix: updated the curl in init.sh

This commit is contained in:
Maulerant 2024-05-22 16:51:50 +00:00
parent 074fd328c8
commit f272682d4a
1 changed files with 1 additions and 1 deletions

View File

@ -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