From def681515f5e2f1282acf9f20609d96c8953c638 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 17 Aug 2019 14:05:40 +0200 Subject: [PATCH] remove useless variable --- install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index 58d0161..41dd192 100755 --- a/install +++ b/install @@ -9,10 +9,9 @@ # ------------------------------------------------------------------------- # 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 # --- # 1. VARIABLES AND DECLARATIONS @@ -96,6 +95,7 @@ fi ### # 1- Update the apt sewers with fresh info ### +export DEBIAN_FRONTEND=noninteractive [ -z "$wo_travis" ] && { wo_lib_echo "Updating apt-get repository info" apt-get update -qq