diff --git a/scripts/linux.d/arch b/scripts/linux.d/arch index c9342f561e..ead963e9a6 100644 --- a/scripts/linux.d/arch +++ b/scripts/linux.d/arch @@ -14,7 +14,6 @@ export REQUIRED_DEV_PACKAGES=( glew gst-plugins-good gstreamer - gstreamermm gtk3 libmspack libsecret @@ -24,7 +23,7 @@ export REQUIRED_DEV_PACKAGES=( openssl texinfo wayland-protocols - webkit2gtk + webkit2gtk-4.1 wget ) @@ -37,7 +36,7 @@ then done if [[ "${#NEEDED_PKGS[*]}" -gt 0 ]]; then - sudo pacman -Syy --noconfirm "${NEEDED_PKGS[@]}" + sudo pacman -Syu --noconfirm "${NEEDED_PKGS[@]}" fi echo -e "done\n" exit 0