X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_webi%2Fwebi.bat;h=6023b9226a5a8e467df914bda53b0936ee3d9119;hb=681cccd4d5f2adb81470ee99ede927a6de896c3b;hp=ed56295c89fd2905bcc098b78fad6f19f2554539;hpb=ba4dfba6fa20a808e6851c10d4b6f77cc9a55a66;p=webi-installers%2F.git diff --git a/_webi/webi.bat b/_webi/webi.bat index ed56295..6023b92 100644 --- a/_webi/webi.bat +++ b/_webi/webi.bat @@ -22,7 +22,7 @@ pushd "%userprofile%" || goto :error .\.local\bin\pathman add ".local\bin" || goto :error echo downloading and installing %1 - powershell $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest https://webinstall.dev/packages/%1/install.bat -OutFile %1-webinstall.bat || goto :error + powershell $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest https://webinstall.dev/packages/%1/install.ps1 -OutFile %1-webinstall.bat || goto :error rem TODO only add if it's not in there already PATH .local\bin;%PATH%