self updater
This commit is contained in:
parent
f713f6aafe
commit
7892062cb3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue