We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd90bc0 commit 04d97e4Copy full SHA for 04d97e4
core/tabs/system-setup/gaming-setup.sh
@@ -9,7 +9,7 @@ installDepend() {
9
case "$PACKAGER" in
10
pacman)
11
#Check for multilib
12
- if ! grep -q "^\s*$$multilib$$" /etc/pacman.conf; then
+ if ! grep -q "^\s*\[multilib\]" /etc/pacman.conf; then
13
echo "[multilib]" | "$ESCALATION_TOOL" tee -a /etc/pacman.conf
14
echo "Include = /etc/pacman.d/mirrorlist" | "$ESCALATION_TOOL" tee -a /etc/pacman.conf
15
"$ESCALATION_TOOL" "$PACKAGER" -Syu
0 commit comments