From 405bcd91f73f99f7242c903a79a6457ecb21bda1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 6 May 2020 23:34:54 -0600 Subject: [PATCH] .bat => install.bat --- node/{node.bat => install.bat} | 0 pathman/{pathman.bat => install.bat} | 0 webi/{webi.bat => install.bat} | 0 webi/webinstall.bat | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename node/{node.bat => install.bat} (100%) rename pathman/{pathman.bat => install.bat} (100%) rename webi/{webi.bat => install.bat} (100%) 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% -- 2.25.1