Add dialogBox and remove unnecessary sudo

This commit is contained in:
Santiago Lo Coco 2021-12-31 17:18:37 -03:00
parent a7466f526f
commit 544c9b42fa
1 changed files with 2 additions and 1 deletions

View File

@ -334,7 +334,8 @@ getDotfiles() {
cd $lastFolder cd $lastFolder
sudo rm -f ~/.bashrc /usr/bin/CocoASAIS sudo rm -f ~/.bashrc /usr/bin/CocoASAIS
sudo paru -Sy zaread-git 2>&1 | debug calcWidthAndRun "whiptail --infobox \"Installing 'zaread-git'.\" 7 WIDTH"
paru -Sy zaread-git 2>&1 | debug
chsh -s $(which zsh) chsh -s $(which zsh)
logout logout
} }