From e0c5720e6388fc3a3b65f33345648e5f54ca049f Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 17 Aug 2019 14:07:59 +0200 Subject: [PATCH] Remove extra message --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 41dd192..144e580 100755 --- a/install +++ b/install @@ -97,13 +97,13 @@ fi ### export DEBIAN_FRONTEND=noninteractive [ -z "$wo_travis" ] && { - wo_lib_echo "Updating apt-get repository info" apt-get update -qq } if [ -z "$(command -v curl)" ]; then apt-get -y install curl -qq fi + readonly wo_version_new=$(curl -sL https://wops.cc/setup.py 2>&1 | grep "version='" setup.py | awk -F "'" '{print$2}' 2>&1) echo ""