Skip to content

Commit

Permalink
Add openEuler
Browse files Browse the repository at this point in the history
  • Loading branch information
ysdragon committed Nov 19, 2024
1 parent a454efc commit 517eb6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ 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: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ display_menu() {
[18]="Plamo Linux"
[19]="Linux Mint"
[20]="Alt Linux"
[21]="openEuler"
)

# Display all distributions
Expand Down Expand Up @@ -391,6 +392,9 @@ case "$selection" in
20)
install "alt" "Alt Linux"
;;
21)
install "openeuler" "openEuler"
;;
*)
error_exit "Invalid selection (1-20)"
;;
Expand Down

0 comments on commit 517eb6d

Please sign in to comment.