Skip to content

Commit

Permalink
Merge pull request #1127 from vvoland/verify-remove-software-properti…
Browse files Browse the repository at this point in the history
…es-common

verify: Remove `software-properties-common` package install
  • Loading branch information
thaJeztah authored Dec 13, 2024
2 parents 9abf4a9 + 3e7dc9e commit 44476ef
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 44476ef

Please sign in to comment.