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

Fix: correct link to CentOS in Quickstart and add resource #367

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,4 @@ fi
* [ShellCheck - A shell script static analysis tool](https://chromium.googlesource.com/chromiumos/third_party/shellcheck/+/HEAD/README.md)
* [styleguide | Style guides for Google-originated open-source projects](https://google.github.io/styleguide/shellguide.html)*
* [regex101: build, test, and debug regex](https://regex101.com/)
* [cyrilex: test and visualize regex](https://extendsclass.com/regex-tester.html)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Operating System: Supported distributions vary depending on CPU architecture. The current situation of supported distributions is as follows:
- [CentOS 7.6~7.9 Minimal](http://isoredirect.centos.org/centos/7/isos): Supports x86_64 and arm64
- [CentOS 7.6~7.9 Minimal](https://centos.org/download/): Supports x86_64 and arm64
- [Debian 10/11](https://www.debian.org/distrib/): Supports x86_64 and arm64
- [Ubuntu 22.04](https://releases.ubuntu.com/jammy/): Supports only x86_64
- [Kylin V10 SP2](https://www.kylinos.cn/scheme/server/1.html): Supports x86_64 and arm64
Expand Down