Skip to content

Commit be3ecc4

Browse files
authored
Update get-dependencies.sh
1 parent 56294f9 commit be3ecc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ make-aur-package viber
1111
echo "Installing debloated packages..."
1212
echo "---------------------------------------------------------------"
1313
get-debloated-pkgs --add-common --prefer-nano
14-
# Remove qt6-base-mini, as it breaks Viber and Viber already bundles it's own qt6
15-
pacman -S --noconfirm qt6-base
14+
# Remove qt6-base, as it breaks Viber and Viber already bundles it's own qt6
15+
pacman -Rdd --noconfirm qt6-base
1616

1717
mkdir -p ./AppDir/bin
1818
cp -rv /opt/viber/* ./AppDir/bin

0 commit comments

Comments
 (0)