forked from p34709852/monkey
Fix stupid typo
This commit is contained in:
parent
bd79ead2e6
commit
c4d42f5c33
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue