Skip to content

Commit 4f912c5

Browse files
authored
Update get-dependencies.sh
1 parent 7942248 commit 4f912c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

get-dependencies.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ make-aur-package viber
1010

1111
echo "Installing debloated packages..."
1212
echo "---------------------------------------------------------------"
13-
get-debloated-pkgs --add-common --prefer-nano
14-
# Remove qt6-base, as it breaks Viber and Viber already bundles it's own qt6
15-
pacman -Rdd --noconfirm qt6-base
13+
# Don't install qt6-base, as it breaks Viber and Viber already bundles it's own qt6
14+
get-debloated-pkgs --add-common --prefer-nano ! qt6-base
1615

1716
mkdir -p ./AppDir/bin
1817
cp -rv /opt/viber/* ./AppDir/bin

0 commit comments

Comments
 (0)