Pls update the SHA256 for the installer. The current one won't pass the validity check.
New SHA265 for the installer: 3ed27cf4495655428ccf0cdcc6ad58d31e8c843074dd1c774ddb992d6dba92d3
Due to updates the game will no longer connect to the game servers (bancho). I fixed it by installing .NET4.5 via winetricks.
Pinned Comments
huupoke12 commented on 2021-06-09 03:04 (UTC) (edited on 2022-03-31 13:24 (UTC) by huupoke12)
@amingirl If you want to use a custom Wine build, you can just prepend the PATH environment variable with the custom Wine's path.
But I have written this script with the idea of not to directly edit
/usr/bin/osu-stable
, but to create your own script if you want to override any of the value.This is my
~/bin/osu-stable
file (/usr/bin/osu-stable
is unmodified, and~/bin
is added to myPATH
)