fix: updated the curl in init.sh
This commit is contained in:
parent
074fd328c8
commit
f272682d4a
2
init.sh
2
init.sh
|
@ -4,7 +4,7 @@ set -ex
|
||||||
# This file and this entire repo began modeled after https://github.com/onlyhavecans/dotfiles
|
# 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
|
# 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
|
## Make sure we have git
|
||||||
for app in git curl; do
|
for app in git curl; do
|
||||||
|
|
Loading…
Reference in New Issue