Update misc/alpine-install.func

This commit is contained in:
aaron 2024-07-10 08:53:41 -07:00
parent 4ac7c0f111
commit 49373b00db

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://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