diff --git a/build-aux/AppImage/get-dependencies.sh b/build-aux/AppImage/get-dependencies.sh index 56f3d4a..190a2cd 100755 --- a/build-aux/AppImage/get-dependencies.sh +++ b/build-aux/AppImage/get-dependencies.sh @@ -25,13 +25,7 @@ fi echo "Installing dependencies..." echo "---------------------------------------------------------------" pacman-key --init -pacman -Syy --needed --noconfirm archlinux-keyring qt6-wayland - -echo "Installing debloated packages..." -echo "---------------------------------------------------------------" -wget --retry-connrefused --tries=30 "$EXTRA_PACKAGES" -O ./get-debloated-pkgs.sh -chmod +x ./get-debloated-pkgs.sh -./get-debloated-pkgs.sh --add-common --prefer-nano +pacman -Syy --needed --noconfirm archlinux-keyring echo "Installing AUR packages..." echo "---------------------------------------------------------------" @@ -46,6 +40,12 @@ echo "---------------------------------------------------------------" wget --retry-connrefused --tries=30 "$PPQT_PKGBUILD" -O ./PKGBUILD makepkg -si --noconfirm +echo "Installing debloated packages..." +echo "---------------------------------------------------------------" +wget --retry-connrefused --tries=30 "$EXTRA_PACKAGES" -O ./get-debloated-pkgs.sh +chmod +x ./get-debloated-pkgs.sh +./get-debloated-pkgs.sh --add-common --prefer-nano + if [ "$GIT_MODE" = true ]; then # For git version, we use portprotonqt-git pacman -Q portprotonqt-git | awk '{print $2}' | cut -d- -f1 > ~/version