forked from p15670423/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"
|
||||
fi
|
||||
|
||||
log_message "Installing build-essentials"
|
||||
sudo apt install build-essentials
|
||||
log_message "Installing build-essential"
|
||||
sudo apt install build-essential
|
||||
|
||||
log_message "Installing or updating pip"
|
||||
# shellcheck disable=SC2086
|
||||
|
|
Loading…
Reference in New Issue