add joplin setup script
This commit is contained in:
parent
2a6ea7109c
commit
358e92629b
1 changed files with 10 additions and 0 deletions
10
src/setup/apps/joplin.py
Normal file
10
src/setup/apps/joplin.py
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue