[script] feat: renamed script to reflect readme
This commit is contained in:
parent
b0c2ac1d64
commit
5cb9ef6f69
@ -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
|
Loading…
Reference in New Issue
Block a user