Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Ngrok installation to use repository #251

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

browner12
Copy link
Contributor

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"?

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.
Copy link
Contributor

@svpernova09 svpernova09 left a comment

Choose a reason for hiding this comment

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

Thanks!

@svpernova09 svpernova09 merged commit 86b35a6 into laravel:master Jan 19, 2024
@svpernova09
Copy link
Contributor

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"?

This refers to the Debian distro. buster is Debian 10.3. In Ubuntu you'd see jammy for 22.04. It likely works because the base buster requirements are satisfied by the Ubuntu version we're running so we see it "just work". Often times these denote the OS compatible w/ the package source you're adding.

@browner12 browner12 deleted the AB-ngrok-repo branch January 19, 2024 16:11
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