mirror of
https://github.com/relativemodder/aegnux.git
synced 2025-12-14 15:08:18 +05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00a0df962d | ||
|
|
41577749e9 | ||
|
|
48c76565bb |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user