Update outdated urls

This commit is contained in:
Spirit 👾 2024-08-23 07:43:22 +03:00 committed by GitHub
parent 84a1b855f6
commit 14309badcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 wsl.exe --import %DISTRONAME% %STORAGEPATH% extracted\void-x86_64-ROOTFS-20240314.tar
echo downloading init-void.sh and setup-void.sh... 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/void-init.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-setup.sh
wsl -d %DISTRONAME% -e sh -c "USERNAME=%USER% ./init-void.sh --wsl" wsl -d %DISTRONAME% -e sh -c "USERNAME=%USER% ./init-void.sh --wsl"