Update runScript()

This commit is contained in:
Santiago Lo Coco 2022-01-30 17:23:20 -03:00
parent 6fa35fe839
commit ec761093c2
1 changed files with 1 additions and 1 deletions

View File

@ -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