Changed all dependencies to the community project

This commit is contained in:
CanbiZ
2024-11-02 08:48:05 +01:00
parent 5bf253a9fa
commit a4a1821822
418 changed files with 642 additions and 642 deletions

View File

@ -103,7 +103,7 @@ update_os() {
motd_ssh() {
echo "export TERM='xterm-256color'" >>/root/.bashrc
echo -e "$APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n" >/etc/motd
echo -e "$APPLICATION LXC provided by https://Helper-Scripts.com/\n" >/etc/motd
if [[ "${SSH_ROOT}" == "yes" ]]; then
$STD rc-update add sshd
sed -i "s/#PermitRootLogin prohibit-password/PermitRootLogin yes/g" /etc/ssh/sshd_config