Fix stupid typo

This commit is contained in:
Daniel Goldberg 2020-02-10 19:06:39 +02:00
parent bd79ead2e6
commit c4d42f5c33
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ if [[ ${python_cmd} == "" ]]; then
python_cmd="python3.7" python_cmd="python3.7"
fi fi
log_message "Installing build-essentials" log_message "Installing build-essential"
sudo apt install build-essentials sudo apt install build-essential
log_message "Installing or updating pip" log_message "Installing or updating pip"
# shellcheck disable=SC2086 # shellcheck disable=SC2086