NelloKudo / osu-winello

osu! stable installer for Linux with patched Proton-osu and other nice features 8)
GNU General Public License v3.0
362 stars 17 forks source link

Download links for Wine prefixes seem to be broken #118

Closed Partrester12 closed 2 weeks ago

Partrester12 commented 2 weeks ago

As the title suggests, the download links for both the 7z-file and the tar-file seem to be broken. Both return 404s and result in empty files being added to the .winellotmp folder, which then naturally cannot be extracted. I've tried running the script a few times now and checked that all required dependencies are up-to-date but still no luck. And just to make sure, I tried downloading the 7z-file and tar-file manually, but still get the 404s. Attached is a picture of the error messages from osu-winello.sh (pardon the Finnish, but it should still be readable and get the message across)

kuva

Partrester12 commented 2 weeks ago

Nvm, git clone just doesn't update the folders if they already exist. Issue is exactly the same as in #116

If you've already had osu-winello and end up re-installing, make sure to run git pull in your local git-folder before trying to install (so paste the following commands instead of the ones on the main page of this repo) :

git clone https://github.com/NelloKudo/osu-winello.git cd osu-winello git pull chmod +x ./osu-winello.sh ./osu-winello.sh

Partrester12 commented 2 weeks ago

Will mark as closed