From 5cb9ef6f69cb6a03b502c5396a9ac7ff6e79b67d Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 15 Jul 2024 15:26:17 +0200 Subject: [PATCH] [script] feat: renamed script to reflect readme --- scripts/{magic.sh => ubuntu24.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename scripts/{magic.sh => ubuntu24.sh} (96%) diff --git a/scripts/magic.sh b/scripts/ubuntu24.sh similarity index 96% rename from scripts/magic.sh rename to scripts/ubuntu24.sh index cd42771..8ff75a0 100644 --- a/scripts/magic.sh +++ b/scripts/ubuntu24.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash -# Update the guest operating system -echo '> Updating the guest operating system ...' +# update the guest +echo '> Updating the guest ...' sudo -u root apt update sudo -u root DEBIAN_FRONTEND=noninteractive apt -y upgrade sudo -u root apt autoremove -y