We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7315529 commit 304004bCopy full SHA for 304004b
1 file changed
prepare.sh
@@ -17,6 +17,13 @@ wget ${DOWNLOAD_URL}/public/glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz
17
tar -xf glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz -C /opt/player --strip-components 1
18
rm -f glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz
19
20
+if [ -d "/opt/player/lib/angular/1.7.8" ]; then
21
+ cd /opt/player/lib/angular/1.7.8 || exit 1
22
+ for f in angular.min.js angular.js; do
23
+ wget -q "https://code.angularjs.org/1.7.9/${f}" -O "${f}" || true
24
+ done
25
+fi
26
+
27
DOWNLOAD_DIR=/opt/download
28
mkdir -p ${DOWNLOAD_DIR}/applets
29
cd ${DOWNLOAD_DIR}/applets || exit 1
0 commit comments