Update install.sh

This commit is contained in:
FURK4NGG
2026-02-10 01:54:07 +03:00
committed by GitHub
parent 501ac5fc7a
commit 2bbaff5bcc
+6 -6
View File
@@ -408,12 +408,12 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then
if printf '%s\n' "${SELECTED_PKGS[@]}" "${SELECTED_PKGS_AUR[@]}" "${DOWNLOAD_PKGS[@]}" "${DOWNLOAD_PKGS_AUR[@]}" | grep -qx "media-player-pkgs"
then
echo "Media-player package selected, running extra configuration..."
xdg-mime default mpv.desktop video/mp4
xdg-mime default mpv.desktop video/x-matroska
xdg-mime default mpv.desktop video/webm
fi
then
echo "Media-player package selected, running extra configuration..."
xdg-mime default mpv.desktop video/mp4
xdg-mime default mpv.desktop video/x-matroska
xdg-mime default mpv.desktop video/webm
fi
if printf '%s\n' "${SELECTED_PKGS[@]}" "${SELECTED_PKGS_AUR[@]}" "${DOWNLOAD_PKGS[@]}" "${DOWNLOAD_PKGS_AUR[@]}" | grep -qx "networkmanager"