update winget
This commit is contained in:
parent
66ec65e250
commit
78d09b998b
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ fltmc >NUL 2>&1 || (
|
|||
:: Notice
|
||||
ECHO Please wait until the administrator popup appears
|
||||
|
||||
:: === Update winget to latest version ==
|
||||
PowerShell -Command "" ^
|
||||
"Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile winget.msixbundle;" ^
|
||||
"Add-AppPackage -ForceApplicationShutdown .\winget.msixbundle;" ^
|
||||
"del .\winget.msixbundle"
|
||||
|
||||
:: === Install Spotify ==
|
||||
PowerShell -Command "Invoke-WebRequest -Uri !repo!/windows/blockthespot.bat -OutFile '!local!\blockthespot.bat'"
|
||||
DEL "%APPDATA%\Spotify"
|
||||
|
|
Loading…
Reference in a new issue