improved dependencies for more ubuntu support
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
repos+=" ppa:cordova-ubuntu/ppa"
|
||||
packages+=" npm"
|
||||
commands+=("npm install -g node" "npm install -g cordova")
|
||||
if test -n "${ANDROID_HOME}"; then
|
||||
envs+=" -e ANDROID_HOME=${ANDROID_HOME}"
|
||||
dirs+=" -v ${ANDROID_HOME}:${ANDROID_HOME}:ro"
|
||||
|
Reference in New Issue
Block a user