BlockTheSpot/BlockTheSpot + Spicetify.bat
thororen 39e36602b3
Add Spicetify Install (#493)
* Fix linting issue

* move the spicetify install instructions

* Fix Spacing in the bat
2023-10-21 00:36:48 +07:00

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