Update getDotfiles()
This commit is contained in:
parent
544c9b42fa
commit
4636de2412
|
@ -335,7 +335,10 @@ 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"
|
||||||
paru -Sy zaread-git 2>&1 | debug
|
paru -Q zaread-git 2>&1 | debug
|
||||||
|
if [ $? -eq 1 ]; then
|
||||||
|
paru -S --needed --noconfirm --skipreview zaread-git 2>&1 | debug
|
||||||
|
fi
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
logout
|
logout
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue