fix: updated link in init.ps1
This commit is contained in:
parent
f272682d4a
commit
91c4010544
2
init.ps1
2
init.ps1
|
@ -1,7 +1,7 @@
|
||||||
# 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
|
||||||
# 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
|
## Make sure we have git
|
||||||
if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null)
|
if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null)
|
||||||
|
|
Loading…
Reference in New Issue