From ec57a905f7888e05b1a5769fc93665a670f44133 Mon Sep 17 00:00:00 2001 From: humphreylin Date: Wed, 4 Sep 2019 15:12:37 +0800 Subject: remove settings about proxy --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 9dd046d..b366afe 100644 --- a/install.sh +++ b/install.sh @@ -19,6 +19,8 @@ usage() { base_install() { echo "--------- Install Base Packages Now ---------" if command -v apt > /dev/null; then + apt update + apt upgrade apt install git \ curl \ cmake \ -- cgit v1.2.3