Skip to content

Commit 1e2cfce

Browse files
feat: install python3.11 instead of 3.10
1 parent 96b0025 commit 1e2cfce

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

scripts/python3.10.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

scripts/python3.11.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
set -eux
4+
5+
echo "Installing Python 3.11..."
6+
7+
apt install -y python3.11-full

scripts/run_order.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist_upgrade.sh
22
add_repo.sh
33
google_chrome.sh
44
gcc-12.sh
5-
python3.10.sh
5+
python3.11.sh
66
openjdk17.sh
77
openssh_server.sh
88
code.sh

0 commit comments

Comments
 (0)