Browse Source

update bootstrap URL

pull/380/head
Oink70 2 years ago
parent
commit
d9b1cc7eb2
No known key found for this signature in database GPG Key ID: 19528E411473E461
  1. 4
      vcutil/fetch-bootstrap.bat
  2. 2
      vcutil/fetch-bootstrap.sh

4
vcutil/fetch-bootstrap.bat

@ -7,7 +7,7 @@ IF %ERRORLEVEL%==0 EXIT 1
TITLE %PROCESS_NAME%
SETLOCAL EnableDelayedExpansion
SET BOOTSTRAP_URL=https://bootstrap.veruscoin.io
SET BOOTSTRAP_URL=https://bootstrap.verus.io
SET TAR_FOUND=0
FOR %%x in (tar.exe) DO IF NOT [%%~$PATH:x]==[] SET TAR_FOUND=1
IF %TAR_FOUND% EQU 1 (
@ -156,4 +156,4 @@ SET vbs="%temp%\_.vbs"
cscript //nologo %vbs%
IF EXIST %vbs% del /f /q %vbs%
GOTO :EOF
ENDLOCAL
ENDLOCAL

2
vcutil/fetch-bootstrap.sh

@ -25,7 +25,7 @@ function set_data_dir() {
fi
}
BOOTSTRAP_URL="https://bootstrap.veruscoin.io"
BOOTSTRAP_URL="https://bootstrap.verus.io"
BOOTSTRAP_ARCHIVE="VRSC-bootstrap.tar.gz"
BOOTSTRAP_ARCHIVE_SIG="$BOOTSTRAP_ARCHIVE.verusid"
SHA256CMD="$(command -v sha256sum || echo shasum)"

Loading…
Cancel
Save