Skip to content

Commit

Permalink
Update lib.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GivenupLol authored Jul 31, 2023
1 parent 6124ac7 commit f400bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ export ARCH=""
export SUPPORTED=false

# download URLs
export PANEL_DL_URL="https://github.com/pterodactyl/panel/releases/latest/download/panel.tar.gz"
export PANEL_DL_URL="https://github.com/jexactyl/jexactyl/releases/latest/download/panel.tar.gz"
export WINGS_DL_BASE_URL="https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_"
export MARIADB_URL="https://downloads.mariadb.com/MariaDB/mariadb_repo_setup"
export GITHUB_BASE_URL=${GITHUB_BASE_URL:-"https://raw.githubusercontent.com/pterodactyl-installer/pterodactyl-installer"}
export GITHUB_BASE_URL=${GITHUB_BASE_URL:-"https://raw.githubusercontent.com/N1gtmr/pterodactyl-installer"}
export GITHUB_URL="$GITHUB_BASE_URL/$GITHUB_SOURCE"

# Colors
Expand Down

0 comments on commit f400bfd

Please sign in to comment.