Skip to content

Commit cdc2e07

Browse files
Added Python 3.10 installation script
1 parent dfebbc3 commit cdc2e07

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/python3.10.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
apt install -y software-properties-common
2+
add-apt-repository -y ppa:deadsnakes/ppa
3+
apt install -y python3.10

scripts/run_order.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
google_chrome.sh
2+
python3.10.sh
23
openssh_server.sh
34
add_users.sh
45
copy_dots.sh

0 commit comments

Comments
 (0)