fixed FreeTube config

This commit is contained in:
RP1 2024-12-08 20:19:17 +01:00
parent fdb50c893c
commit be2f37f2ea

View file

@ -349,6 +349,8 @@ if [[ $user_choice = *"FreeTube - Adatlopás-mentes YouTube-kliens"* ]]; then
echo Installing ${bold}${yellow}FreeTube - flatpak${normal}
flatpak install flathub io.freetubeapp.FreeTube --user -y
sudo mkdir -p /home/$USER/.var/app/io.freetubeapp.FreeTube/config/
sudo chown $USER:$GROUP /home/$USER/
sudo cp -a FreeTube /home/$USER/.var/app/io.freetubeapp.FreeTube/config/
echo ${bold}${yellow}FreeTube ${normal}installed.