3 Commits

Author SHA1 Message Date
Andrew
00a0df962d msxml update 2025-11-01 22:00:48 +03:00
Andrew
41577749e9 vcr 2025-11-01 21:02:25 +03:00
Andrew
48c76565bb better error handling 2025-11-01 20:36:29 +03:00

View File

@@ -34,14 +34,14 @@ 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
mv Visual-C-Runtimes-All-in-One-Jul-2025.zip ./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
echo Downloading msxml3 dlls...
curl -LO https://github.com/cutefishaep/AeNux/raw/refs/heads/main/asset/System32/msxml3.dll
curl -LO https://github.com/cutefishaep/AeNux/raw/refs/heads/main/asset/System32/msxml3r.dll
curl -LO https://github.com/relativemodder/aegnux/releases/download/vcrbin/msxml3.dll
curl -LO https://github.com/relativemodder/aegnux/releases/download/vcrbin/msxml3r.dll
zip ./assets/msxml3.zip msxml3.dll msxml3r.dll
rm msxml3.dll
rm msxml3r.dll