diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-22 17:38:38 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-22 17:38:52 +0000 |
commit | 80c19864ad8d86ee4d48aa3413c94ecba171a72d (patch) | |
tree | f988e52285e5395a7a60b7fce011b741cd95c044 | |
parent | c0e35e964b3978f21e028c9248848162f1582f8a (diff) | |
download | troggle-80c19864ad8d86ee4d48aa3413c94ecba171a72d.tar.gz troggle-80c19864ad8d86ee4d48aa3413c94ecba171a72d.tar.bz2 troggle-80c19864ad8d86ee4d48aa3413c94ecba171a72d.zip |
trying to make it work with xubuntu 22.04
-rw-r--r-- | _deploy/debian-laptops/os-trog.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_deploy/debian-laptops/os-trog.sh b/_deploy/debian-laptops/os-trog.sh index 3c5dd36..7f2e453 100644 --- a/_deploy/debian-laptops/os-trog.sh +++ b/_deploy/debian-laptops/os-trog.sh @@ -40,9 +40,9 @@ sudo apt install python3-dev -y # default since 22.04 # sudo apt install python3.10 -sudo apt install python3.10-venv -y -sudo apt install python3.10-dev -y -sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1 +sudo apt install python3.11-venv -y +sudo apt install python3.11-dev -y +sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1 sudo apt install mariadb-server -y sudo apt install libmariadb-dev -y |