mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Update gaming-setup.sh
This commit is contained in:
parent
df008d63e3
commit
ff44b7095f
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user