Add dialogBox and remove unnecessary sudo
This commit is contained in:
parent
a7466f526f
commit
544c9b42fa
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue