From 7892062cb31314da5f177901121d8b62249df855 Mon Sep 17 00:00:00 2001 From: Eric Fawcett Date: Thu, 9 Jun 2022 01:46:50 +0000 Subject: [PATCH] self updater --- upgrade.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upgrade.sh b/upgrade.sh index bb9d07f..3d6ae66 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -1,5 +1,8 @@ #!/bin/bash +cd ~/vm-tools +git pull + cd ~ sudo apt update sudo apt dist-upgrade -y