added bottles setup script (close #57)
This commit is contained in:
parent
aa95a2c7aa
commit
196a38a301
1 changed files with 9 additions and 0 deletions
9
src/setup/apps/bottles.py
Normal file
9
src/setup/apps/bottles.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from ...util import flatpak_install
|
||||
|
||||
name = "bottles"
|
||||
|
||||
|
||||
def setup():
|
||||
"""wine bottle manager"""
|
||||
|
||||
flatpak_install("com.usebottles.bottles")
|
Loading…
Add table
Add a link
Reference in a new issue