fixed FreeTube config
This commit is contained in:
parent
fdb50c893c
commit
be2f37f2ea
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue