<pkgname>.bat => install.bat

This commit is contained in:
AJ ONeal
2020-05-06 23:34:54 -06:00
parent 82ba9cd633
commit 405bcd91f7
4 changed files with 1 additions and 1 deletions
View File
View File
+1 -1
View File
@@ -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%