From 0c81953b31f4cdf54ccf7b56845632202f159688 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Fri, 14 Aug 2020 15:58:34 +0200 Subject: [PATCH] Correct git repository to tool --- scripts/gw-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/gw-install.sh b/scripts/gw-install.sh index a8727a4..3a889d3 100755 --- a/scripts/gw-install.sh +++ b/scripts/gw-install.sh @@ -3,9 +3,10 @@ # https://github.com/To-da/gdub set -x +set -e cd $HOME/src/other -git clone https://github.com/dougborg/gdub.git +git clone https://github.com/To-da/gdub.git cd gdub sudo ./install