Remove extra message
This commit is contained in:
2
install
2
install
@@ -97,13 +97,13 @@ fi
|
|||||||
###
|
###
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
[ -z "$wo_travis" ] && {
|
[ -z "$wo_travis" ] && {
|
||||||
wo_lib_echo "Updating apt-get repository info"
|
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -z "$(command -v curl)" ]; then
|
if [ -z "$(command -v curl)" ]; then
|
||||||
apt-get -y install curl -qq
|
apt-get -y install curl -qq
|
||||||
fi
|
fi
|
||||||
|
|
||||||
readonly wo_version_new=$(curl -sL https://wops.cc/setup.py 2>&1 | grep "version='" setup.py | awk -F "'" '{print$2}' 2>&1)
|
readonly wo_version_new=$(curl -sL https://wops.cc/setup.py 2>&1 | grep "version='" setup.py | awk -F "'" '{print$2}' 2>&1)
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user