-
Notifications
You must be signed in to change notification settings - Fork 107
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
Prune and update OS list/install steps #173
Open
ac000
wants to merge
1
commit into
main
Choose a base branch
from
distros
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview will be available once build job completes!
|
ac000
force-pushed
the
distros
branch
2 times, most recently
from
September 11, 2024 21:18
e4b8d98
to
7a13d94
Compare
|
Rebased with master |
Removed a bunch of old Debian, Ubuntu, RHEL, and Fedora versions and add some new ones. Link: <https://docs.fedoraproject.org/en-US/releases/> Link: <https://en.wikipedia.org/wiki/Debian_version_history> Link: <https://wiki.ubuntu.com/Releases> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Updated Ubuntu 24.04 name and package versions $ git diff
diff --git ./source/installation.rst ./source/installation.rst
index 14a1478..ff6384f 100644
--- ./source/installation.rst
+++ ./source/installation.rst
@@ -620,8 +620,8 @@ Ubuntu
.. code-block:: none
- deb [signed-by=/usr/share/keyrings/nginx-keyring.gpg] https://packages.nginx.org/unit/ubuntu/ lunar unit
- deb-src [signed-by=/usr/share/keyrings/nginx-keyring.gpg] https://packages.nginx.org/unit/ubuntu/ lunar unit
+ deb [signed-by=/usr/share/keyrings/nginx-keyring.gpg] https://packages.nginx.org/unit/ubuntu/ noble unit
+ deb-src [signed-by=/usr/share/keyrings/nginx-keyring.gpg] https://packages.nginx.org/unit/ubuntu/ noble unit
#. Install the core package
and other packages you need:
@@ -636,8 +636,8 @@ Ubuntu
.. code-block:: console
- # apt install :nxt_hint:`unit-dev <Required to install the Node.js module and build Go apps>` unit-go unit-jsc11 unit-jsc17 unit-jsc18 unit-jsc19 unit-jsc20 \
- unit-perl unit-php unit-python3.11 unit-ruby unit-wasm
+ # apt install :nxt_hint:`unit-dev <Required to install the Node.js module and build Go apps>` unit-go unit-jsc11 unit-jsc17 unit-jsc21 \
+ unit-perl unit-php unit-python3.12 unit-ruby unit-wasm
.. code-block:: console
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removed a bunch of old Debian, Ubuntu RHEL, and Fedora versions.
(Note: This hadn't been updated in over a year...)