fix: updated link in init.ps1

This commit is contained in:
Maulerant 2024-05-22 16:52:44 +00:00
parent f272682d4a
commit 91c4010544
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# 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
# Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://stash.firekitten.net/kittyfangs/dotfiles/raw/branch/main/init.ps1'))
# Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://stash.firekitten.net/maulerant/dotfiles/raw/branch/main/init.ps1'))
## Make sure we have git
if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null)