Remove upx references

This commit is contained in:
binwiederhier 2023-01-24 14:57:50 -05:00
parent 3d84bdf77b
commit 471775ae49
3 changed files with 0 additions and 36 deletions

View file

@ -88,7 +88,6 @@ build-deps-ubuntu:
curl \
gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabi \
upx \
jq
which pip3 || sudo apt install -y python3-pip
@ -201,7 +200,6 @@ cli-deps-static-sites:
touch server/docs/index.html server/site/app.html
cli-deps-all:
which upx || { echo "ERROR: upx not installed. On Ubuntu, run: apt install upx"; exit 1; }
go install github.com/goreleaser/goreleaser@latest
cli-deps-gcc-armv6-armv7: