add tenacity setup script (#79)
This commit is contained in:
parent
d858033498
commit
571ca1eb70
1 changed files with 12 additions and 0 deletions
12
src/setup/apps/tenacity.py
Normal file
12
src/setup/apps/tenacity.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# https://github.com/tenacityteam/tenacity-flatpak-nightly
|
||||
|
||||
from os import system
|
||||
|
||||
name = "Tenacity"
|
||||
|
||||
|
||||
def setup():
|
||||
"""Safe audacity fork"""
|
||||
|
||||
system("flatpak remote-add tenacity oci+https://tenacityteam.github.io/tenacity-flatpak-nightly")
|
||||
system("flatpak install tenacity org.tenacityaudio.Tenacity")
|
Loading…
Add table
Add a link
Reference in a new issue