From 492fb87636c723b16bbd90685e556641e87977a0 Mon Sep 17 00:00:00 2001 From: Yasin Kaya Date: Wed, 25 Nov 2020 17:09:14 +0300 Subject: [PATCH] fixed apt header bug --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index cbac3cb..ea944cd 100755 --- a/install.sh +++ b/install.sh @@ -64,6 +64,9 @@ esac colored_echo "Checking requiremments..." +colored_echo "Updating headers..." +sudo apt-get update + colored_echo "Installing python3 if it is required..." if ! [ -x "$(command -v python3)" ]; then sudo apt-get install python3 -y