This commit is contained in:
Sayantan Santra 2022-10-14 01:15:45 -05:00
parent e129f944df
commit 1b737a4918

View file

@ -91,7 +91,7 @@ check_flag=false
# Get inside the working directory # Get inside the working directory
cd "$WDIR" cd "$WDIR"
echo "$(date) | Statring check..." | tee -a build.log echo "$(date) | Starting check..." | tee -a build.log
# Fetch all the dependencies # Fetch all the dependencies
curl -X 'GET' 'https://releases.rvcd.win/tools' -H 'accept: application/json' | sed 's:\\\/:\/:g' > latest_versions.json curl -X 'GET' 'https://releases.rvcd.win/tools' -H 'accept: application/json' | sed 's:\\\/:\/:g' > latest_versions.json