Update to reference arm64 repo

This commit is contained in:
Sam Heinz
2024-06-27 20:31:33 +10:00
parent 04a9fb57d8
commit 2defb5d990
3 changed files with 3 additions and 3 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://pimox-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