Skip to content

Commit 04d97e4

Browse files
authored
fix: multilib check in gaming setup (#689)
1 parent cd90bc0 commit 04d97e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tabs/system-setup/gaming-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ installDepend() {
99
case "$PACKAGER" in
1010
pacman)
1111
#Check for multilib
12-
if ! grep -q "^\s*$$multilib$$" /etc/pacman.conf; then
12+
if ! grep -q "^\s*\[multilib\]" /etc/pacman.conf; then
1313
echo "[multilib]" | "$ESCALATION_TOOL" tee -a /etc/pacman.conf
1414
echo "Include = /etc/pacman.d/mirrorlist" | "$ESCALATION_TOOL" tee -a /etc/pacman.conf
1515
"$ESCALATION_TOOL" "$PACKAGER" -Syu

0 commit comments

Comments
 (0)