diff --git a/node/node.bat b/node/install.bat similarity index 100% rename from node/node.bat rename to node/install.bat diff --git a/pathman/pathman.bat b/pathman/install.bat similarity index 100% rename from pathman/pathman.bat rename to pathman/install.bat diff --git a/webi/webi.bat b/webi/install.bat similarity index 100% rename from webi/webi.bat rename to webi/install.bat 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%