From 14309badcf68e42ce64cda959011eadc1a0388b7 Mon Sep 17 00:00:00 2001 From: Spirit Date: Fri, 23 Aug 2024 07:43:22 +0300 Subject: [PATCH] Update outdated urls --- WSL-install-void.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WSL-install-void.bat b/WSL-install-void.bat index 657f5eb..1803174 100644 --- a/WSL-install-void.bat +++ b/WSL-install-void.bat @@ -19,8 +19,8 @@ curl.exe -LSfs --remote-name --remove-on-error https://repo-default.voidlinux.or wsl.exe --import %DISTRONAME% %STORAGEPATH% extracted\void-x86_64-ROOTFS-20240314.tar echo downloading init-void.sh and setup-void.sh... -curl.exe -LSfs --remote-name --remove-on-error https://raw.githubusercontent.com/spirit-x64/scripts/main/init-void.sh -curl.exe -LSfs --remote-name --remove-on-error https://raw.githubusercontent.com/spirit-x64/scripts/main/setup-void.sh +curl.exe -LSfs --remote-name --remove-on-error https://raw.githubusercontent.com/spirit-x64/scripts/main/void-init.sh +curl.exe -LSfs --remote-name --remove-on-error https://raw.githubusercontent.com/spirit-x64/scripts/main/void-setup.sh wsl -d %DISTRONAME% -e sh -c "USERNAME=%USER% ./init-void.sh --wsl"