From 59093f743c5cff4457c363e8f544c628d562a864 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Mon, 5 Jan 2026 21:14:09 +0500 Subject: [PATCH] chore(appimage): use debloated packages later Signed-off-by: Boris Yumankulov --- build-aux/AppImage/get-dependencies.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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