Skip to content

Commit

Permalink
Add pypy ppa, so that the newest version is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenweyns committed Sep 15, 2024
1 parent 8c6cd89 commit 4779ee8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/judgehost/add_repositories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ echo "deb [trusted=yes] https://sysopspackages.icpc.global/apt/jammy jammy main"
echo 'Acquire::https::sysopspackages.icpc.global::Verify-Peer "false";
Acquire::https::sysopspackages.icpc.global::Verify-Host "false";' >> /etc/apt/apt.conf.d/80trust-baylor-mirror

# Add pypy repository
add-apt-repository ppa:pypy/ppa

apt-get update

0 comments on commit 4779ee8

Please sign in to comment.