Script to download, update, and manage osu! lazer.
Out of the box, this tool allows you to:
- Install, update and remove a specific version of osu!
- Automatically create and update desktop entries.
Warning
This is only tested on linux, and will only target linux/unix-like systems in the future.
While it may be possible to compile and "run" on windows, it is guaranteed to break something.
- Grab the
PKGBUILD
- Run
makepkg -i
right next to the saved PKGBUILD - Try running
osu-helper-script --version
- Grab the binary from the releases page.
- Put it somewhere in your
$PATH
(e.g.~/.local/bin
) - Make it an executable (
chmod +x osu-helper-script
) - Try running
osu-helper-script --version
to see if it works
- Clone the repository
- Run
cargo build --release
- Put the binary somewhere in your
$PATH
(e.g.~/.local/bin
) - Make it an executable (
chmod +x osu-helper-script
) - Try running
osu-helper-script --version
to see if it works.
The project is (hopefully) written in a platform agnostic way, so it should compile on any native platform that rust supports.
But the primary intention is to allow (or simplify) features like automatic updates, which unix based system don't support.