Fix more bugs

This commit is contained in:
Santiago Lo Coco 2021-12-31 17:30:16 -03:00
parent 4636de2412
commit 4d55171142
1 changed files with 2 additions and 1 deletions

View File

@ -335,12 +335,13 @@ getDotfiles() {
sudo rm -f ~/.bashrc /usr/bin/CocoASAIS sudo rm -f ~/.bashrc /usr/bin/CocoASAIS
calcWidthAndRun "whiptail --infobox \"Installing 'zaread-git'.\" 7 WIDTH" calcWidthAndRun "whiptail --infobox \"Installing 'zaread-git'.\" 7 WIDTH"
set -o pipefail
paru -Q zaread-git 2>&1 | debug paru -Q zaread-git 2>&1 | debug
if [ $? -eq 1 ]; then if [ $? -eq 1 ]; then
paru -S --needed --noconfirm --skipreview zaread-git 2>&1 | debug paru -S --needed --noconfirm --skipreview zaread-git 2>&1 | debug
fi fi
set +o pipefail
chsh -s $(which zsh) chsh -s $(which zsh)
logout
} }
steps=( steps=(