From 772277a3132b64f6c35caa27237388143a36ec6a Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Wed, 21 Jun 2023 13:31:33 +0300 Subject: [PATCH] Update init --- init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init b/init index 4e706a1..86d5b6d 100644 --- a/init +++ b/init @@ -1,4 +1,5 @@ #!/bin/sh +set -e if ! command -v git &> /dev/null then @@ -6,4 +7,4 @@ then exit 255 fi git clone https://github.com/ivabus/ivabus-dotfiles $HOME/.dotfiles -exec sh $HOME/.dotfiles/tools/install.sh +exec sh $HOME/.dotfiles/tools/install.sh < /dev/tty