Modifs divers pour 2024 et bookworm

This commit is contained in:
phil
2023-12-18 23:44:35 +01:00
parent 62ef5fa4e9
commit aca2dfa392
5 changed files with 34 additions and 6 deletions

16
pre/mkmaster.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
apt update
apt install -y curl sudo wget vim git ansible
timedatectl set-timezone Europe/Paris
echo bookworm64 > /etc/hostname
cat > /etc/hosts <EOT
127.0.0.1 localhost
127.0.1.1 bookworm64
127.0.0.1 localhost ip6-localhost ip6-loopback
EOT
apt autoclean
apt autoremove