1
0
Fork 0
forked from RP1/RaveOS-arch

audacious config fix

This commit is contained in:
RP1 2025-02-03 11:04:07 +01:00
parent ec923e4af9
commit f454b36c29

View file

@ -99,6 +99,7 @@ if [[ $user_choice = *"Audacious - Local Music Player 432Hz-re optimalizalva!"*
echo Installing ${bold}${yellow}Audacious${normal} echo Installing ${bold}${yellow}Audacious${normal}
flatpak install flathub org.atheme.audacious --user -y flatpak install flathub org.atheme.audacious --user -y
mkdir -p /home/$USER/.var/app/org.atheme.audacious/config/
sudo rsync -ap --info=progress2 audacious /home/$USER/.var/app/org.atheme.audacious/config/ sudo rsync -ap --info=progress2 audacious /home/$USER/.var/app/org.atheme.audacious/config/
echo ${bold}${yellow}Audacious ${normal}installed. echo ${bold}${yellow}Audacious ${normal}installed.