This commit is contained in:
2025-12-01 00:31:15 -03:00
2 changed files with 8 additions and 1 deletions

View File

@@ -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)
@@ -105,6 +107,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

View File

@@ -1 +1,5 @@
38 Year Of the Noodle Dragon
<<<<<<< HEAD
38 Year Of the Noodle Dragon
=======
37 Year Of the Noodle Dragon
>>>>>>> c8562cc676ebda86e0357d4888d9d576421d53e3