1
0
Fork 0

add joplin setup script

This commit is contained in:
Kim, Jimin 2022-06-03 23:38:41 +09:00
parent 2a6ea7109c
commit 358e92629b

10
src/setup/apps/joplin.py Normal file
View file

@ -0,0 +1,10 @@
from src.util import flatpak_install
name = "Joplin"
post_install = ["Sync with oneDrive"]
def setup():
"""FOSS note-taking app"""
flatpak_install("net.cozic.joplin_desktop")