From 48ebb5554fae21d26fa3dc883cb2bf9f6fec7e4b Mon Sep 17 00:00:00 2001 From: penguinehis Date: Sun, 30 Nov 2025 18:29:29 -0300 Subject: [PATCH 1/3] Fix xray table --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 6be89e5..6282829 100644 --- a/install.sh +++ b/install.sh @@ -105,6 +105,7 @@ php /opt/DragonCore/menu.php createv2table php /opt/DragonCore/dbconvert.php convertdba php /opt/DragonCore/dbconvert.php finishdba php /opt/DragonCore/menu.php deletecone ws +php /opt/DragonCore/menu.php createXrayTable sed -i '/# HostKeyAlgorithms/ a\HostKeyAlgorithms +ssh-rsa' /etc/ssh/sshd_config sed -i '/# PubkeyAcceptedKeyTypes/ a\PubkeyAcceptedKeyTypes +ssh-rsa' /etc/ssh/sshd_config From e8ab47db2cd9e012505c250216d4723532d2af96 Mon Sep 17 00:00:00 2001 From: penguinehis Date: Sun, 30 Nov 2025 18:29:48 -0300 Subject: [PATCH 2/3] Fix xray table --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 616a3a1..e0fc00a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -36 Year Of the Noodle Dragon \ No newline at end of file +37 Year Of the Noodle Dragon \ No newline at end of file From c8562cc676ebda86e0357d4888d9d576421d53e3 Mon Sep 17 00:00:00 2001 From: penguinehis Date: Sun, 30 Nov 2025 19:03:50 -0300 Subject: [PATCH 3/3] Fix install depencencies --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 6282829..e07ec78 100644 --- a/install.sh +++ b/install.sh @@ -11,6 +11,8 @@ fi sudo apt update sudo apt upgrade -y +sudo apt install -y uuid-runtime +sudo apt install -y curl sudo apt install -y lsb-release ca-certificates apt-transport-https software-properties-common gnupg curl wget if [ "$system" = "debian" ]; then repos=$(find /etc/apt/ -name '*.list' -exec cat {} + | grep ^[[:space:]]*deb | grep -q "packages.sury.org/php" && echo 1 || echo 0)