always mk dir
This commit is contained in:
parent
1d0c7182f6
commit
78c299904a
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ SETLOCAL ENABLEDELAYEDEXPANSION
|
|||
SET "repo=https://git.mylloon.fr/Anri/confOS/raw/branch/main"
|
||||
|
||||
:: Executed as normal user
|
||||
fltmc >NUL 2>&1 || (
|
||||
MKDIR %HOMEPATH%\Documents\Local
|
||||
MKDIR %HOMEPATH%\Documents\Local 2>NUL
|
||||
|
||||
fltmc >NUL 2>&1 || (
|
||||
:: === Install Spotify ==
|
||||
PowerShell -Command "Invoke-WebRequest -Uri !repo!/windows/blockthespot.bat -OutFile '%HOMEPATH%\Documents\Local\blockthespot.bat'"
|
||||
DEL "%APPDATA%\Spotify"
|
||||
|
|
Loading…
Reference in a new issue