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