vlc changed to flatpak pkg
This commit is contained in:
parent
d823967621
commit
fcdf05cd33
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ if [[ $user_choice = *"VLC - médialejátszó"* ]]; then
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo Installing ${bold}${yellow}VLC Media Player${normal}
|
echo Installing ${bold}${yellow}VLC Media Player${normal}
|
||||||
|
|
||||||
sudo pacman -S vlc --noconfirm
|
flatpak install org.videolan.VLC --user -y
|
||||||
|
|
||||||
echo ${bold}${yellow}VLC Media Player ${normal}installed.
|
echo ${bold}${yellow}VLC Media Player ${normal}installed.
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue