added osu lazer setup script
This commit is contained in:
parent
1062d2d1e5
commit
0a681d4810
1 changed files with 15 additions and 0 deletions
15
src/setup/apps/osu_lazer.py
Normal file
15
src/setup/apps/osu_lazer.py
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue