parent
613fb5979d
commit
1426c8f06d
1 changed files with 2 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
||||||
from src.util import appimage_install
|
from src.util import flatpak_install
|
||||||
|
|
||||||
desc = "FOSS Note taking utility"
|
desc = "FOSS Note taking utility"
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
appimage_install(
|
flatpak_install("com.notesnook.Notesnook")
|
||||||
"https://notesnook.com/releases/linux/notesnook_linux_x86_64.AppImage",
|
|
||||||
"notesnook_linux_x86_64",
|
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue