1
0
Fork 0

remove unused setup scripts

This commit is contained in:
Kim, Jimin 2022-11-07 18:23:35 +09:00
parent 5306f3c8a0
commit d808dd0090
3 changed files with 0 additions and 28 deletions

View file

@ -1,10 +0,0 @@
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")

View file

@ -1,9 +0,0 @@
from src.util import paru_install
name = "uutils-coreutils"
def setup():
"""rusty coreutils"""
paru_install("uutils-coreutils")

View file

@ -1,9 +0,0 @@
from src.util import flatpak_install
name = "Zoom"
def setup():
"""gay video conference app"""
flatpak_install("us.zoom.Zoom")