mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
using repos
This commit is contained in:
parent
e6c4170f7c
commit
3aaeca991e
1 changed files with 5 additions and 4 deletions
|
@ -76,9 +76,10 @@ deb http://ports.ubuntu.com/ jammy main universe
|
|||
deb http://ports.ubuntu.com/ jammy-updates main universe
|
||||
EOF
|
||||
fi
|
||||
apt update
|
||||
apt -y install python2
|
||||
rm /etc/apt/sources.list.d/python2.list || true
|
||||
apt update
|
||||
;;
|
||||
esac
|
||||
|
||||
apt update
|
||||
apt -y install python2
|
||||
rm /etc/apt/sources.list.d/python2.list || true
|
||||
apt update
|
||||
|
|
Loading…
Add table
Reference in a new issue