mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Switch to pacman to make it clear when we are not depending on AUR
This commit is contained in:
@@ -2,7 +2,7 @@ echo "Switching from vlc to mpv for the default video player"
|
||||
if ! command -v mpv &>/dev/null; then
|
||||
yay -Rns --noconfirm vlc
|
||||
rm ~/.local/share/applications/vlc.desktop
|
||||
yay -S --noconfirm mpv
|
||||
sudo pacman -S --noconfirm mpv
|
||||
xdg-mime default mpv.desktop video/mp4
|
||||
xdg-mime default mpv.desktop video/x-msvideo
|
||||
xdg-mime default mpv.desktop video/x-matroska
|
||||
|
||||
Reference in New Issue
Block a user