From ec761093c20a2eac9e22e21b1b7f85a89495e7a0 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 30 Jan 2022 17:23:20 -0300 Subject: [PATCH] Update runScript() --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 91afeed..5c5f797 100755 --- a/install.sh +++ b/install.sh @@ -638,7 +638,7 @@ runScript() { printLogo sed -i -e '/^\[extra\]/,/^Include/ s/^/#/' -e '/^\[community\]/,/^Include/ s/^/#/' /etc/pacman.conf pacman -Sy --needed --noconfirm dialog 2>&1 | debug - # sed -i -e '/\[extra\]/,/Include/ s/^#//' -e '/\[community\]/,/Include/ s/^#//' /etc/pacman.conf + sed -i -e '/\[extra\]/,/Include/ s/^#//' -e '/\[community\]/,/Include/ s/^#//' /etc/pacman.conf fi if [ ! -f "/etc/dialogrc" ]; then