mirror of
https://gitlab.com/ceda_ei/wish
synced 2025-11-21 04:10:04 +01:00
Update install.sh
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user