"pmi" as "package manager install"
This commit is contained in:
parent
c99da9ba46
commit
43dd0f65bf
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ REG ADD "HKEY_CURRENT_USER\Keyboard Layout\toggle" /v "Language Hotkey" /t REG_S
|
|||
:: === WinGet ==
|
||||
:: Auto accept ToT
|
||||
ECHO Y | winget list >NUL
|
||||
SET "pm=winget install -he"
|
||||
SET "pmi=winget install -he"
|
||||
|
||||
:: Applications
|
||||
SET ^"apps=Mozilla.Firefox 7zip.7zip Discord.Discord Valve.Steam ^
|
||||
|
@ -57,7 +57,7 @@ SET ^"apps=Mozilla.Firefox 7zip.7zip Discord.Discord Valve.Steam ^
|
|||
Microsoft.PowerShell Eassos.DiskGenius Xournal++.Xournal++"
|
||||
|
||||
for %%i in (!apps!) do (
|
||||
!pm! %%i
|
||||
!pmi! %%i
|
||||
)
|
||||
|
||||
:: C++ Libraries
|
||||
|
@ -69,7 +69,7 @@ SET ^"cpp_libs=Microsoft.VCRedist.2005.x86 Microsoft.VCRedist.2005.x64 ^
|
|||
Microsoft.VCRedist.2015+.x86 Microsoft.VCRedist.2015+.x64"
|
||||
|
||||
for %%i in (!cpp_libs!) do (
|
||||
!pm! %%i
|
||||
!pmi! %%i
|
||||
)
|
||||
|
||||
:: Install WSL
|
||||
|
|
Loading…
Reference in a new issue