From 9cfd4aa88929a2bc336f9cd5d7935ef1ff31a33a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 13 May 2023 03:44:57 +0200 Subject: [PATCH] hostname --- bash/ovh-rescue.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index e53ab66..d99e2e4 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -21,7 +21,7 @@ deb https://deb.debian.org/debian-security buster/updates main contrib non-free # bash / rc link_bashrc # host name - echo 'ovh' > '/etc/hostname' + hostname 'ovh' # locales echo -n "\ en_US.UTF-8 UTF-8