Merge branch 'main' of https://git.dr2.site/penguinehis/DragonCoreSSH-Beta
This commit is contained in:
@@ -11,6 +11,8 @@ fi
|
|||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade -y
|
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
|
sudo apt install -y lsb-release ca-certificates apt-transport-https software-properties-common gnupg curl wget
|
||||||
if [ "$system" = "debian" ]; then
|
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)
|
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 convertdba
|
||||||
php /opt/DragonCore/dbconvert.php finishdba
|
php /opt/DragonCore/dbconvert.php finishdba
|
||||||
php /opt/DragonCore/menu.php deletecone ws
|
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 '/# HostKeyAlgorithms/ a\HostKeyAlgorithms +ssh-rsa' /etc/ssh/sshd_config
|
||||||
sed -i '/# PubkeyAcceptedKeyTypes/ a\PubkeyAcceptedKeyTypes +ssh-rsa' /etc/ssh/sshd_config
|
sed -i '/# PubkeyAcceptedKeyTypes/ a\PubkeyAcceptedKeyTypes +ssh-rsa' /etc/ssh/sshd_config
|
||||||
|
|||||||
@@ -1 +1,5 @@
|
|||||||
38 Year Of the Noodle Dragon
|
<<<<<<< HEAD
|
||||||
|
38 Year Of the Noodle Dragon
|
||||||
|
=======
|
||||||
|
37 Year Of the Noodle Dragon
|
||||||
|
>>>>>>> c8562cc676ebda86e0357d4888d9d576421d53e3
|
||||||
|
|||||||
Reference in New Issue
Block a user