diff --git a/install.sh b/install.sh index 6be89e5..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) @@ -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 diff --git a/version.txt b/version.txt index 26e4390..aae3e30 100644 --- a/version.txt +++ b/version.txt @@ -1 +1,5 @@ -38 Year Of the Noodle Dragon \ No newline at end of file +<<<<<<< HEAD +38 Year Of the Noodle Dragon +======= +37 Year Of the Noodle Dragon +>>>>>>> c8562cc676ebda86e0357d4888d9d576421d53e3