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