[script] feat: renamed script to reflect readme

This commit is contained in:
Simon Cornet 2024-07-15 15:26:17 +02:00
parent b0c2ac1d64
commit 5cb9ef6f69

View File

@ -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