X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=webi%2Fwebinstall.bat;h=065ba29e39036acd0cdd2c04697ea0d966c2c788;hb=969df21e47c4d8312925638739a23eef0c349e1c;hp=50d18bf48c3f5530fbd4390d5c47ab7125ea89c1;hpb=030f22f4f4bd991766bebbe6d6ce658cb8b78f7e;p=webi-installers%2F.git diff --git a/webi/webinstall.bat b/webi/webinstall.bat index 50d18bf..065ba29 100644 --- a/webi/webinstall.bat +++ b/webi/webinstall.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/%1.bat -OutFile %1-webinstall.bat || goto :error + powershell $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest https://webinstall.dev/packages/%1/install.bat -OutFile %1-webinstall.bat || goto :error rem TODO only add if it's not in there already PATH .local\bin;%PATH%