update Ngrok installation to use repository #251
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
by using the repository, this will allow us to have a standard install for both our x86 and ARM versions. it will also make upgrading easier for end users by using
apt
, rather than possibly waiting for a new box build.this change is also using the new version of key signing. the following links were spectacular resources for this process:
https://wiki.debian.org/DebianRepository/UseThirdParty
https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html
https://askubuntu.com/questions/1286545/what-commands-exactly-should-replace-the-deprecated-apt-key?newreg=c7d51f5afac945fea79db7a504d68e76
One question I have is the DEB references "buster", which is a Debian codename. I've never fully understood what this meant, but it seems to work even though we aren't on that release. Should it be replaced with something like "stable"?