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

Remove unnecessary Ubuntu-specific guides #561

Merged
merged 4 commits into from
Jun 29, 2024
Merged
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
2 changes: 1 addition & 1 deletion community/config/nodes/add_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Don't forget to account for OS overhead and other software requirements on machi
## Install the Daemon
At this point you'll need to have the Daemon installed on your machine. Check out the [documentation](/wings/installing.html)
for more information, or try one of the community guides for [CentOS](/community/installation-guides/wings/centos7.html),
[Ubuntu](/community/installation-guides/wings/ubuntu1804.html), or [Debian](/community/installation-guides/wings/debian9.html).
or [Debian](/community/installation-guides/wings/debian.html).

## Configuring the Node
Go to the Node Configuration page
Expand Down
112 changes: 0 additions & 112 deletions community/installation-guides/panel/ubuntu1804.md

This file was deleted.

111 changes: 0 additions & 111 deletions community/installation-guides/panel/ubuntu2004.md

This file was deleted.

25 changes: 0 additions & 25 deletions community/installation-guides/wings/ubuntu1804.md

This file was deleted.

25 changes: 0 additions & 25 deletions community/installation-guides/wings/ubuntu2004.md

This file was deleted.

3 changes: 1 addition & 2 deletions wings/1.0/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ only the versions listed below.

| Operating System | Version | Supported | Notes |
|------------------|---------|:------------------:|-------------------------------------------------------------|
| **Ubuntu** | 18.04 | :white_check_mark: | Documentation written assuming Ubuntu 18.04 as the base OS. |
| | 20.04 | :white_check_mark: | |
| **Ubuntu** | 20.04 | :white_check_mark: | Documentation written assuming Ubuntu 20.04 as the base OS. |
| | 22.04 | :white_check_mark: | |
QuintenQVD0 marked this conversation as resolved.
Show resolved Hide resolved
| **CentOS** | 7 | :white_check_mark: | |
| | 8 | :white_check_mark: | Note that CentOS 8 is EOL. Use Rocky or Alma Linux. |
Expand Down
Loading