From f4d04d53757ae3dd7382dd1f9a709d5791ca4f3c Mon Sep 17 00:00:00 2001 From: Sergey Mazein <37579301+semalis@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:07:40 +0300 Subject: [PATCH] IP fix --- Installers/pre_install_LCX.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/pre_install_LCX.sh b/Installers/pre_install_LCX.sh index 700f650..544a2c3 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 tmux curl lsb-release wget git jq lz4 build-essential -y +sudo apt install openssh-server mc htop tmux curl lsb-release wget git jq lz4 build-essential ripgrep bubblewrap -y sudo sed -i 's/#Port 22/#Port 22\n\nAllowUsers root@92.255.251.110 root@91.99.38.107 root@144.124.230.6 root@158.69.30.149 root@167.114.172.204 root@213.239.194.132 root@144.124.230.6 root@65.109.116.119 sem\n/' /etc/ssh/sshd_config # sudo sed -i -e '/^AllowUsers/ { /root@144\.217\.201\.167/! { s/$/ root@144.217.201.167/; h; } }' /etc/ssh/sshd_config