Skip to content

Commit 304004b

Browse files
committed
1 parent 7315529 commit 304004b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

prepare.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ wget ${DOWNLOAD_URL}/public/glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz
1717
tar -xf glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz -C /opt/player --strip-components 1
1818
rm -f glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz
1919

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+
2027
DOWNLOAD_DIR=/opt/download
2128
mkdir -p ${DOWNLOAD_DIR}/applets
2229
cd ${DOWNLOAD_DIR}/applets || exit 1

0 commit comments

Comments
 (0)