fixed the FreeTube fix

This commit is contained in:
RP1 2024-12-08 20:20:31 +01:00
parent be2f37f2ea
commit 600b07ceb7

View file

@ -350,7 +350,7 @@ if [[ $user_choice = *"FreeTube - Adatlopás-mentes YouTube-kliens"* ]]; then
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 chown -R $USER:$GROUP /home/$USER/
sudo cp -a FreeTube /home/$USER/.var/app/io.freetubeapp.FreeTube/config/
echo ${bold}${yellow}FreeTube ${normal}installed.