replace spotx by blockthespot

This commit is contained in:
Mylloon 2023-04-01 17:26:17 +02:00
parent 90fedcb2a9
commit b5d6d1f216
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -120,7 +120,7 @@ sync-wsl:
sync-windows:
# Scripts
@$(WGET) $(REPO_SRC)/windows/ctmpf.bat -O $(WIN_HOME)/Documents/Local/ctmpf.bat
@$(WGET) $(REPO_SRC)/windows/spotx.bat -O $(WIN_HOME)/Documents/Local/spotx.bat
@$(WGET) https://raw.githubusercontent.com/mrpond/BlockTheSpot/master/simple.bat -O $(WIN_HOME)/Documents/Local/blockthespot.bat
@$(WGET) $(REPO_SRC)/windows/update.bat -O $(WIN_HOME)/Documents/Local/update.bat
@$(WGET) $(REPO_SRC)/windows/fix_nvidia_wsl.bat -O $(WIN_HOME)/Documents/Local/fix_nvidia_wsl.bat
@echo "(Windows) Scripts synced!"