mirror of
https://github.com/mrpond/BlockTheSpot.git
synced 2025-05-18 15:23:54 +02:00
6 lines
No EOL
514 B
Batchfile
6 lines
No EOL
514 B
Batchfile
@echo off
|
|
powershell -Command "& {iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex}"
|
|
powershell -Command "& {iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.ps1 | iex}"
|
|
powershell -Command "& {[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/mrpond/BlockTheSpot/master/install.ps1' | Invoke-Expression}"
|
|
pause
|
|
exit /b |