Update gaming-setup.sh

This commit is contained in:
JEEVITHA KANNAN K S 2024-10-21 21:44:12 +05:30 committed by GitHub
parent df008d63e3
commit ff44b7095f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,12 +25,15 @@ installDepend() {
$AUR_HELPER -S --needed --noconfirm $DEPENDENCIES $DISTRO_DEPS
;;
apt-get|nala)
DISTRO_DEPS="software-properties-common libasound2 libsdl2-2.0-0 wine64 wine32"
DISTRO_DEPS="libasound2 libsdl2-2.0-0 wine64 wine32"
"$ESCALATION_TOOL" dpkg --add-architecture i386
if [ "$DTYPE" != "pop" ]; then
"$ESCALATION_TOOL" "$PACKAGER" install -y software-properties-common
"$ESCALATION_TOOL" apt-add-repository contrib -y
fi
"$ESCALATION_TOOL" "$PACKAGER" update
"$ESCALATION_TOOL" "$PACKAGER" install -y $DEPENDENCIES $DISTRO_DEPS
;;