Use whiptail in bootstrap.sh

This commit is contained in:
Santiago Lo Coco 2021-12-26 18:35:55 -03:00
parent 24c4bc4f63
commit 4d1ed4c285
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ getDotfiles() {
cd $HOME/Documents cd $HOME/Documents
git clone https://github.com/santilococo/CocoRice.git git clone https://github.com/santilococo/CocoRice.git
cd CocoRice cd CocoRice
sh scripts/bootstrap.sh sh scripts/bootstrap.sh -w
cd $lastFolder cd $lastFolder
} }