Browse Source

populate SRC_DEP variable

pull/3/head
Francois Lesueur 2 years ago
parent
commit
d060ba156e
  1. 2
      bin/installDepollueur.sh

2
bin/installDepollueur.sh

@ -1,5 +1,7 @@
#!/bin/bash
SRC_DEP=https://git.kaz.bzh/KAZ/depollueur.git
KAZ_ROOT=$(cd "$(dirname $0)/.."; pwd)
. "${KAZ_ROOT}/bin/.commonFunctions.sh"
setKazVars

Loading…
Cancel
Save