added flatseal
This commit is contained in:
parent
6fbdcb8850
commit
b1a07b9168
1 changed files with 12 additions and 0 deletions
12
src/setup/apps/flatseal.py
Normal file
12
src/setup/apps/flatseal.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
from src.constants import content_dir
|
||||
from src.util import flatpak_install, copy_file
|
||||
|
||||
from os import makedirs
|
||||
|
||||
name = "flatseal"
|
||||
|
||||
|
||||
def setup() -> None:
|
||||
"""flatpak permission manager"""
|
||||
|
||||
flatpak_install("com.github.tchx84.Flatseal")
|
Loading…
Add table
Add a link
Reference in a new issue