From 02e39f9e2f2c1db75535b00ce244cbf6558be297 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 30 Jan 2022 15:52:28 -0300 Subject: [PATCH] Debug --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b84ea80..602395a 100755 --- a/install.sh +++ b/install.sh @@ -211,6 +211,7 @@ installPackage() { else pacstrap /mnt --needed "${1}" 2>&1 | debug fi + exit ;; B) flag="" @@ -636,7 +637,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