Skip to content

Commit

Permalink
setup-ubuntu.sh: Remove deadsnakes PPA
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 authored and fornwall committed Nov 28, 2024
1 parent b9596b8 commit 7132ad2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,6 @@ $SUDO chmod a+r /etc/apt/trusted.gpg.d/apt.llvm.org.asc
echo "deb [arch=amd64] http://apt.llvm.org/noble/ llvm-toolchain-noble-17 main"
} | $SUDO tee /etc/apt/sources.list.d/apt-llvm-org.list > /dev/null

# Add deadsnakes PPA to enable installing python 3.11:
$SUDO add-apt-repository -y 'ppa:deadsnakes/ppa'

$SUDO apt-get -yq update

$SUDO env DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit 7132ad2

Please sign in to comment.