From f400bfd3e4f9a15b95b5fc91c47846d698dd47bc Mon Sep 17 00:00:00 2001 From: N1gtmr <92279321+N1gtmr@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:33:46 +1000 Subject: [PATCH] Update lib.sh --- lib/lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lib.sh b/lib/lib.sh index 6377f9e7..1cbe48f6 100755 --- a/lib/lib.sh +++ b/lib/lib.sh @@ -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