mirror of
https://github.com/relativemodder/aegnux.git
synced 2025-12-11 22:19:38 +05:00
vcr
This commit is contained in:
12
prepare.sh
12
prepare.sh
@@ -34,16 +34,8 @@ rm wine-10.17-amd64-wow64.tar.xz
|
|||||||
|
|
||||||
# Download Visual C++ Redistributable Runtimes
|
# Download Visual C++ Redistributable Runtimes
|
||||||
echo Downloading 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
|
curl -LO https://github.com/relativemodder/aegnux/releases/download/vcrbin/vcr.zip
|
||||||
VCR_FILE="Visual-C-Runtimes-All-in-One-Jul-2025.zip"
|
mv ./vcr.zip ./assets/vcr.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
|
|
||||||
|
|
||||||
|
|
||||||
# Download msxml3.zip bundle
|
# Download msxml3.zip bundle
|
||||||
|
|||||||
Reference in New Issue
Block a user