remove useless variable

This commit is contained in:
VirtuBox
2019-08-17 14:05:40 +02:00
parent 065e75f9bd
commit def681515f

View File

@@ -9,10 +9,9 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo bash wo # wget -qO wo wops.cc && sudo bash wo
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Version 3.9.8 - 2019-08-17 # Version 3.9.8.1 - 2019-08-17
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
readonly wo_version_old="2.2.3"
export DEBIAN_FRONTEND=noninteractive
# CONTENTS # CONTENTS
# --- # ---
# 1. VARIABLES AND DECLARATIONS # 1. VARIABLES AND DECLARATIONS
@@ -96,6 +95,7 @@ fi
### ###
# 1- Update the apt sewers with fresh info # 1- Update the apt sewers with fresh info
### ###
export DEBIAN_FRONTEND=noninteractive
[ -z "$wo_travis" ] && { [ -z "$wo_travis" ] && {
wo_lib_echo "Updating apt-get repository info" wo_lib_echo "Updating apt-get repository info"
apt-get update -qq apt-get update -qq