forked from p15670423/monkey
Install python3-distutils in deploy_linux.sh
This commit is contained in:
parent
c807104a38
commit
39da129933
|
@ -118,6 +118,9 @@ fi
|
||||||
log_message "Installing build-essential"
|
log_message "Installing build-essential"
|
||||||
sudo apt install build-essential
|
sudo apt install build-essential
|
||||||
|
|
||||||
|
log_message "Installing python3-distutils"
|
||||||
|
sudo apt install python3-distutils
|
||||||
|
|
||||||
log_message "Installing or updating pip"
|
log_message "Installing or updating pip"
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
pip_url=https://bootstrap.pypa.io/get-pip.py
|
pip_url=https://bootstrap.pypa.io/get-pip.py
|
||||||
|
|
Loading…
Reference in New Issue