Skip to content

Commit

Permalink
verify: Remove software-properties-common package install
Browse files Browse the repository at this point in the history
It's no longer needed

Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
vvoland committed Dec 13, 2024
1 parent 9abf4a9 commit 3e7dc9e
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 3e7dc9e

Please sign in to comment.