diff --git a/src/setup/apps/tenacity.py b/src/setup/apps/tenacity.py new file mode 100644 index 0000000..0839ae7 --- /dev/null +++ b/src/setup/apps/tenacity.py @@ -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")