diff --git a/Installers/pre_install_LCX.sh b/Installers/pre_install_LCX.sh index e53df48..49158b7 100644 --- a/Installers/pre_install_LCX.sh +++ b/Installers/pre_install_LCX.sh @@ -15,7 +15,7 @@ sudo apt update sudo apt upgrade -y echo -e "${C_LGn}Installation of necessary components ...${RES}" -sudo apt install openssh-server mc htop qemu-guest-agent curl lsb-release wget -y +sudo apt install openssh-server mc htop qemu-guest-agent curl lsb-release wget git jq -y sudo sed -i 's/#Port 22/#Port 22\n\nAllowUsers root@92.255.251.110 root@158.69.30.144 root@65.109.116.119 sem\n/' /etc/ssh/sshd_config sudo sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes\n/' /etc/ssh/sshd_config diff --git a/Installers/pre_install_clearOS.sh b/Installers/pre_install_clearOS.sh index 5da659c..50af08a 100644 --- a/Installers/pre_install_clearOS.sh +++ b/Installers/pre_install_clearOS.sh @@ -15,7 +15,7 @@ sudo apt update sudo apt upgrade -y echo -e "${C_LGn}Installation of necessary components ...${RES}" -sudo apt install openssh-server mc htop qemu-guest-agent curl lsb-release wget -y +sudo apt install openssh-server mc htop qemu-guest-agent curl lsb-release wget git jq -y sudo sed -i 's/#Port 22/#Port 22\n\nAllowUsers root@92.255.251.110 root@158.69.30.144 root@65.109.116.119 sem\n/' /etc/ssh/sshd_config sudo sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes\n/' /etc/ssh/sshd_config