aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 2 insertions, 0 deletions
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 \