mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-07-16 22:46:49 +00:00
Check for wget too
This commit is contained in:
parent
de4859eab9
commit
d4c15b66a5
@ -14,6 +14,7 @@ echo "Release version set to ${RELEASE_VERSION}"
|
||||
|
||||
which npm > /dev/null
|
||||
which gulp > /dev/null
|
||||
which wget > /dev/null
|
||||
|
||||
sed -ri 's/(.*)<version>(.+)<\/version>/\1<version>'${RELEASE_VERSION}'<\/version>/g' ${SRC_DIR}/appinfo/info.xml
|
||||
npm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user