From 75e95ed2ec818cd210b7262653661144bb292931 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 31 Mar 2025 15:32:46 +0200 Subject: [PATCH] Fixes. --- bookworm/scripts/init_server_access.sh | 2 ++ bookworm/scripts/lib/init_packages | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bookworm/scripts/init_server_access.sh b/bookworm/scripts/init_server_access.sh index 1fb240d..4ec9b18 100755 --- a/bookworm/scripts/init_server_access.sh +++ b/bookworm/scripts/init_server_access.sh @@ -16,7 +16,9 @@ set -e ssh-keyscan "${SERVER}" >> "${PATH_KNOWN_HOSTS}" echo '\nAsking for new root password.\n' +stty -echo ssh "root@${SERVER}" 'printf "\n\n" && passwd' +stty echo echo '\nSetting up config repo.' ssh "root@${SERVER}" 'apt update && apt install -y git && git clone https://plomlompom.com/repos/clone/config' diff --git a/bookworm/scripts/lib/init_packages b/bookworm/scripts/lib/init_packages index 0264f74..2d9d6ca 100644 --- a/bookworm/scripts/lib/init_packages +++ b/bookworm/scripts/lib/init_packages @@ -33,6 +33,7 @@ init_packages() { done apt -y --purge autoremove - echo read "DEBUG: Check if this makes a difference …" + read + echo "DEBUG: Check if this makes a difference …" apt -y dist-upgrade } -- 2.30.2