@SteveC here’s a bash snippet to install brave-browser on a debian-based distro:
install_brave.sh #!/bin/bash
apt update && apt upgrade -y
cd /tmp
export https_proxy=127.0.0.1:8082
curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"| tee /…
There is no repository for freetube. There are deb/rpm packages available for download:
You can download the package, move it to the template and install it there, e.g. for debian:
sudo apt install /path/to/freetube_0.21.3_amd64.deb
But it won’t be updated automatically and you’ll need to download and install new versions manually.
You can install the freetube in the template using flatpak, then it’ll be updated automatically:
This features:
Auto update with the template
Using GNOME Software to install flatpak if you don’t want the command line
Automatic Application menu syncing when adding/removing programs with flatpak