self updater

This commit is contained in:
Eric Fawcett 2022-06-09 01:46:50 +00:00
parent f713f6aafe
commit 7892062cb3
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
cd ~/vm-tools
git pull
cd ~ cd ~
sudo apt update sudo apt update
sudo apt dist-upgrade -y sudo apt dist-upgrade -y