|
@ -32,7 +32,7 @@ gogocarto:init() { |
|
|
err "Can't find the '.git' directory in ${GOGOCARTO_CODE}." |
|
|
err "Can't find the '.git' directory in ${GOGOCARTO_CODE}." |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
curl -L "$GOGOCARTO_URL" | tar xjv || { |
|
|
|
|
|
|
|
|
curl -L "$GOGOCARTO_URL" | tar xj || { |
|
|
err "Couldn't download $GOGOCARTO_URL." |
|
|
err "Couldn't download $GOGOCARTO_URL." |
|
|
return 1 |
|
|
return 1 |
|
|
} |
|
|
} |
|
|