Skip to content

Conversation

@BrentBaccala
Copy link
Contributor

Four commits - I don't think anything in here should be very controversial, so I packed them all together into one PR.

bbb-install.sh Outdated
LETS_ENCRYPT_OPTIONS="--webroot --non-interactive"
SOURCES_FETCHED=false

# If grep'ing for a key in "apt-key list" is dangerous, should we find a better way to do it?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As apt-key is deprecated one should move to managing keys e.g. in /etc/apt/trusted.gpg.d/ entirely.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XSpielinbox is right. Since this is supposed to be a simple cleanup PR, I dropped the key management stuff completely. I'll put something better in a separate PR.

be a better way to decide if we want to stop it
instead of grep'ing for the package name in "dpkg -l"

A problem with the grep'ing approach was that if a package was
purged, it will still appear on "dpkg -l" and seem like it was installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants