You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.
When i go for automatic install via the scripte, i got that error
Found out that if i change that line of code in the manual install
apt-get install -y -q libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1 curl gdb screen tar wget
into
apt-get install -y -q libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses6 lib32z1 curl gdb screen tar wget
The install goes well.
Hope it will work
Dowo
The text was updated successfully, but these errors were encountered: