mirror of https://github.com/keeweb/keeweb
dev-env.sh: use HTTP schema as default for cloning
It's what will work for the most of users. Suggested-by: @antelle Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>pull/1121/head
parent
4f08757c04
commit
00dcd900e3
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
SCHEMA=${SCHEMA:-git}
|
||||
SCHEMA=${SCHEMA:-http}
|
||||
|
||||
KEEWEB_GH=git@github.com:keeweb
|
||||
|
||||
|
|
Loading…
Reference in New Issue