This commit is contained in:
Andrew
2025-11-01 21:02:25 +03:00
parent 48c76565bb
commit 41577749e9

View File

@@ -34,16 +34,8 @@ rm wine-10.17-amd64-wow64.tar.xz
# Download Visual C++ Redistributable Runtimes
echo Downloading Visual C++ Redistributable Runtimes...
curl -LO https://uk1-dl.techpowerup.com/files/qpMrHvhJCaISg-CxO9bnTg/1761969558/Visual-C-Runtimes-All-in-One-Jul-2025.zip
VCR_FILE="Visual-C-Runtimes-All-in-One-Jul-2025.zip"
if head -c 512 "$VCR_FILE" | grep -q -i -E "(<!DOCTYPE|<html>|<?xml)"; then
echo "Error: Downloaded file appears to be an HTML or XML page (possible error/redirect page)."
rm "$VCR_FILE"
exit 1
fi
mv "$VCR_FILE" ./assets/vcr.zip
curl -LO https://github.com/relativemodder/aegnux/releases/download/vcrbin/vcr.zip
mv ./vcr.zip ./assets/vcr.zip
# Download msxml3.zip bundle