mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update install.sh
This commit is contained in:
parent
bd99a37a87
commit
e9e0884231
@ -1542,7 +1542,8 @@ panel_customize(){
|
|||||||
|
|
||||||
install_python312() {
|
install_python312() {
|
||||||
if command -v python3.12 &> /dev/null; then
|
if command -v python3.12 &> /dev/null; then
|
||||||
echo "Python 3.12 is already installed. Version: $(python3.12 --version)"
|
#echo "Python 3.12 is already installed. Version: $(python3.12 --version)"
|
||||||
|
echo "Installing python3.12-venv.."
|
||||||
# install venv only!
|
# install venv only!
|
||||||
debug_log $PACKAGE_MANAGER install -y software-properties-common
|
debug_log $PACKAGE_MANAGER install -y software-properties-common
|
||||||
debug_log add-apt-repository -y ppa:deadsnakes/ppa
|
debug_log add-apt-repository -y ppa:deadsnakes/ppa
|
||||||
|
Loading…
Reference in New Issue
Block a user