From 50dff8d86e66810acc56df2a90dc72875d62ef28 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 10 Mar 2021 13:24:15 -0600 Subject: [PATCH] Removed unused distro's --- create_dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_dist.sh b/create_dist.sh index fb3f4f2..2c74258 100755 --- a/create_dist.sh +++ b/create_dist.sh @@ -26,7 +26,7 @@ if beginsWith darwin "$OSTYPE"; then JQ_EXEC=jq-osx-amd64 SHA256_EXEC="shasum -a 256 -b" else - DISTRO_LIST="centos7 debian9 debian10 solus" + DISTRO_LIST="centos7 solus" OUT_FILE=repertory-ui_${APP_VER}_linux_x86_64.AppImage BASE64_EXEC="base64 -w0" JQ_EXEC=jq-linux64