7 lines
134 B
Python
7 lines
134 B
Python
from src.util import flatpak_install
|
|
|
|
desc = "FOSS Note taking utility"
|
|
|
|
|
|
def setup():
|
|
flatpak_install("com.notesnook.Notesnook")
|