1
0
Fork 0

added osu lazer setup script

This commit is contained in:
Kim, Jimin 2022-05-07 13:16:02 +09:00
parent 1062d2d1e5
commit 0a681d4810

View file

@ -0,0 +1,15 @@
from os.path import exists
from src.util import flatpak_install, paru_install
from src.setup.system import system76_scheduler
name = "osu!lazer"
def setup():
"""
A circle-clicking rhythm game.
"""
flatpak_install("sh.ppy.osu")
system76_scheduler.setup()