1
0
mirror of https://gitlab.com/ceda_ei/wish synced 2025-12-14 20:50:10 +01:00

Replace references to master with main

This commit is contained in:
2023-12-07 19:09:04 +05:30
parent a17a04075a
commit 08530330c1
4 changed files with 8 additions and 9 deletions

View File

@@ -3,12 +3,8 @@
if hash git; then
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
cd /tmp/
tar xf wish.tar
mv wish-master/ wish/
mv wish/ $HOME/.config/
echo 'Git not found. Please install git.' >&2
exit 1
fi
cp $HOME/.config/wish/config.default.gie $HOME/.config/wish/config.gie