1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

using repos

This commit is contained in:
Jerry Vonau 2023-04-11 23:18:53 -05:00
parent e6c4170f7c
commit 3aaeca991e

View file

@ -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