add xzutils
parent
3fd0bc95c4
commit
ee72f5b15e
|
@ -52,8 +52,8 @@ pipeline:
|
|||
- export WS_BASE="$(pwd)"
|
||||
- echo "installing nodejs"
|
||||
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get -qqy install nodejs
|
||||
- echo "installing xz"
|
||||
- apt-get install -qqy xz
|
||||
- echo "installing xz-utils"
|
||||
- apt-get install -qqy xz-utils
|
||||
- echo "fetching upx-v$${UPXVERSION}"
|
||||
- cd /usr/local/bin
|
||||
- curl -sL https://github.com/upx/upx/releases/download/v$${UPXVERSION}/upx-$${UPXVERSION}-amd64_linux.tar.xz | tar --strip-components 1 -xJf - upx-$${UPXVERSION}-amd64_linux/upx
|
||||
|
|
Loading…
Reference in New Issue