diff --git a/misc/alpine-install.func b/misc/alpine-install.func index d8ef855..a871282 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -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://gitlab.peanutsmediaserver.com/aaron/pve-scripts\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