Don't install git via ppa (#8470)

Reduce complexity and bloat
This commit is contained in:
jonathanmetzman 2022-09-13 08:37:38 +01:00 committed by GitHub
parent 383e571626
commit 27b929d05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ case $(uname -m) in
esac
apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:git-core/ppa && \
apt-get update && \
apt-get install -y \
binutils-dev \
build-essential \