remove unused setup scripts
This commit is contained in:
parent
5306f3c8a0
commit
d808dd0090
3 changed files with 0 additions and 28 deletions
|
@ -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")
|
|
@ -1,9 +0,0 @@
|
|||
from src.util import paru_install
|
||||
|
||||
name = "uutils-coreutils"
|
||||
|
||||
|
||||
def setup():
|
||||
"""rusty coreutils"""
|
||||
|
||||
paru_install("uutils-coreutils")
|
|
@ -1,9 +0,0 @@
|
|||
from src.util import flatpak_install
|
||||
|
||||
name = "Zoom"
|
||||
|
||||
|
||||
def setup():
|
||||
"""gay video conference app"""
|
||||
|
||||
flatpak_install("us.zoom.Zoom")
|
Loading…
Add table
Add a link
Reference in a new issue