osu!boot is an unofficial wrapper around [osu!lazer](https://github.com/ppy/osu), allowing it to be downloaded and launched on Linux and other UNIX-like operating systems without any hassle.
This method allows you to be fully up to date, while potentially compromising your security as it directly executes the script without allowing to check it's source.
You can configure osu!boot to your liking using environment variables.
-`OSUBOOT_COLORLESS`: If set, will not override `COLOR_SPECIAL`, `COLOR_DEFAULT`, `COLOR_SUCCESS`, `COLOR_FAILURE`, `COLOR_OTHER` and `RESET`. You can use this to customize colors or to disable colors alltogether
-`OSUBOOT_DRYRUN`: If set, will performs a trial run, without downloading or launching the game
-`OSUBOOT_SKIP_CHECKING_DEPS`: If set, skips dependency checks, see [Dependencies](#dependencies)
-`OSUBOOT_SKIP_CHECKING_NET`: If set, skips network connectivity checks
-`OSUBOOT_MAX_CACHE_TIME`: Maximum age of the cached `osu.AppImage` file in days
-`OSUBOOT_DOWNLOAD_URL`: URL to download `osu.AppImage` from
## License
osu!boot is licensed under the GNU Affero General Public License v3.