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>
This commit is contained in:
Markus Heiser 2019-02-22 18:58:29 +01:00
parent 4f08757c04
commit 00dcd900e3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
SCHEMA=${SCHEMA:-git}
SCHEMA=${SCHEMA:-http}
KEEWEB_GH=git@github.com:keeweb