From e01b29d4a0d3cdec6b8446be1d87749bdded5f51 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Tue, 31 Dec 2019 12:43:33 +0530 Subject: [PATCH] Update install.sh --- install.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index c1eafd6..ae5b083 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash if hash git; then - git clone https://gitlab.com/ceda_ei/wish.git $HOME/.config/wish.git + git clone https://gitlab.com/ceda_ei/Wish.git $HOME/.config/wish else curl https://gitlab.com/ceda_ei/wish/-/archive/master/wish-master.tar -o /tmp/wish.tar mkdir $HOME/.config 2> /dev/null @@ -10,12 +10,11 @@ else mv wish-master/ wish/ mv wish/ $HOME/.config/ fi +cp $HOME/.config/wish/config.default.gie $HOME/.config/wish/config.gie cat >> ~/.bashrc <