From 4d5517114241926d03e2fd9c78c02877570171f5 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 31 Dec 2021 17:30:16 -0300 Subject: [PATCH] Fix more bugs --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e698848..ac6892e 100755 --- a/install.sh +++ b/install.sh @@ -335,12 +335,13 @@ getDotfiles() { sudo rm -f ~/.bashrc /usr/bin/CocoASAIS calcWidthAndRun "whiptail --infobox \"Installing 'zaread-git'.\" 7 WIDTH" + set -o pipefail paru -Q zaread-git 2>&1 | debug if [ $? -eq 1 ]; then paru -S --needed --noconfirm --skipreview zaread-git 2>&1 | debug fi + set +o pipefail chsh -s $(which zsh) - logout } steps=(