update url in zshrc-stub
This commit is contained in:
parent
765d3a6ee6
commit
3ddf308a08
@ -10,7 +10,7 @@ _zeesh_fresh_install=0
|
||||
if [[ ! -d ~/.local/share/zeesh ]]; then
|
||||
if type git &> /dev/null; then
|
||||
printf "zeesh: installing"
|
||||
git clone git://vcs.lavacano.net/zeesh.git ~/.local/share/zeesh &> ~/zeesh-install.log
|
||||
git clone https://vcs.otl-hga.net/nicole/zeesh.git ~/.local/share/zeesh &> ~/zeesh-install.log
|
||||
_zeesh_fresh_install=1
|
||||
else
|
||||
printf "zeesh: cannot install without git\n"
|
||||
|
Loading…
Reference in New Issue
Block a user