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"
|
||||
|
||||
|
||||
def setup():
|
||||
appimage_install(
|
||||
"https://notesnook.com/releases/linux/notesnook_linux_x86_64.AppImage",
|
||||
"notesnook_linux_x86_64",
|
||||
)
|
||||
flatpak_install("com.notesnook.Notesnook")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue