From b5d6d1f21674174f4ede0ea3cbf43900e96a1fc8 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 1 Apr 2023 17:26:17 +0200 Subject: [PATCH] replace spotx by blockthespot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f48f959..fc1e87f 100644 --- a/Makefile +++ b/Makefile @@ -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!"