Skip to content

Commit

Permalink
Merge pull request #1128 from vvoland/1127-27.x
Browse files Browse the repository at this point in the history
[27.x backport] verify: Remove `software-properties-common` package install
  • Loading branch information
thaJeztah authored Dec 13, 2024
2 parents afb4163 + 2a6683b commit 0334c41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions verify
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ function verify_deb() {
ca-certificates \
curl \
gnupg2 \
lsb-release \
software-properties-common
lsb-release

DIST_ID=$(source /etc/os-release; echo "$ID")
DIST_VERSION=$(lsb_release -sc)
Expand Down

0 comments on commit 0334c41

Please sign in to comment.