mirror of https://gitlab.com/ceda_ei/wish
Update install.sh
This commit is contained in:
parent
05cf509fd7
commit
02c535506d
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
curl https://gitlab.com/ceda_ei/wish/-/archive/master/wish-master.tar -o /tmp/wish.tar
|
curl https://gitlab.com/ceda_ei/wish/-/archive/master/wish-master.tar -o /tmp/wish.tar
|
||||||
|
mkdir $HOME/.config 2> /dev/null
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
tar xf wish.tar
|
tar xf wish.tar
|
||||||
mv wish-master/ wish/
|
mv wish-master/ wish/
|
||||||
|
|
Loading…
Reference in New Issue