Debug
This commit is contained in:
parent
a28f6ae40d
commit
02e39f9e2f
|
@ -211,6 +211,7 @@ installPackage() {
|
||||||
else
|
else
|
||||||
pacstrap /mnt --needed "${1}" 2>&1 | debug
|
pacstrap /mnt --needed "${1}" 2>&1 | debug
|
||||||
fi
|
fi
|
||||||
|
exit
|
||||||
;;
|
;;
|
||||||
B)
|
B)
|
||||||
flag=""
|
flag=""
|
||||||
|
@ -636,7 +637,7 @@ runScript() {
|
||||||
printLogo
|
printLogo
|
||||||
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
|
||||||
pacman -Sy --needed --noconfirm dialog 2>&1 | debug
|
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
|
fi
|
||||||
|
|
||||||
if [ ! -f "/etc/dialogrc" ]; then
|
if [ ! -f "/etc/dialogrc" ]; then
|
||||||
|
|
Loading…
Reference in New Issue