We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bba447 commit 72d01f4Copy full SHA for 72d01f4
Makefile
@@ -200,9 +200,10 @@ yum-packages-multimedia:
200
201
.PHONY: jython
202
jython:
203
- if [ -x /sbin/apk ]; then apk add --no-cache wget expect; fi
204
- if [ -x /usr/bin/apt-get ]; then apt-get install -y wget expect; fi
205
- if [ -x /usr/bin/yum ]; then yum install -y wget expect; fi
+ @#if [ -x /sbin/apk ]; then apk add --no-cache wget expect; fi
+ @#if [ -x /usr/bin/apt-get ]; then apt-get install -y wget expect; fi
+ @#if [ -x /usr/bin/yum ]; then yum install -y wget expect; fi
206
+ bash-tools/packages/install_packages.sh wget expect
207
sh jython_install.sh
208
209
.PHONY: test-lib
0 commit comments