From 4d1ed4c285a311385d6cc96eee0b942e09c59386 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 26 Dec 2021 18:35:55 -0300 Subject: [PATCH] Use whiptail in bootstrap.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 983f6cc..2bf3751 100755 --- a/install.sh +++ b/install.sh @@ -234,7 +234,7 @@ getDotfiles() { cd $HOME/Documents git clone https://github.com/santilococo/CocoRice.git cd CocoRice - sh scripts/bootstrap.sh + sh scripts/bootstrap.sh -w cd $lastFolder }