1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Check for wget too

This commit is contained in:
Loïc Blot
2018-12-12 12:13:20 +01:00
parent de4859eab9
commit d4c15b66a5
+1
View File
@@ -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