forked from TheHomecraft/tools
6 lines
165 B
Bash
6 lines
165 B
Bash
apt update
|
|
apt install software-properties-common -y
|
|
add-apt-repository ppa:deadsnakes/ppa
|
|
apt update
|
|
apt install python3.11 -y
|
|
echo "Installed $(python3 --version)" |