Skip to content

Commit

Permalink
Remove openEuler from the list of supported distributions in README.m…
Browse files Browse the repository at this point in the history
…d and install.sh
  • Loading branch information
ysdragon committed Jan 19, 2025
1 parent 7212c49 commit 1b620dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ A powerful and lightweight Virtual Private Server (VPS) egg for Pterodactyl Pane
- <img width="16" height="16" src="https://www.plamolinux.org/images/garland_logo.jpg" /> Plamo Linux
- <img width="16" height="16" src="https://linuxmint.com/web/img/favicon.ico" /> Linux Mint
- <img width="16" height="16" src="https://en.altlinux.org/favicon.svg" /> Alt Linux
- <img width="16" height="16" src="https://www.openeuler.org/favicon.ico" /> openEuler

## 🚀 Quick Start

Expand Down
4 changes: 0 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ declare distributions=(
[18]="Plamo Linux"
[19]="Linux Mint"
[20]="Alt Linux"
[21]="openEuler"
)

# Get the length of the distributions array
Expand Down Expand Up @@ -336,9 +335,6 @@ case "$selection" in
20)
install "alt" "Alt Linux"
;;
21)
install "openeuler" "openEuler"
;;
*)
error_exit "Invalid selection (1-${num_distros})"
;;
Expand Down

0 comments on commit 1b620dd

Please sign in to comment.