From d85c1175a1a0c2768795cd4354e310861227ca60 Mon Sep 17 00:00:00 2001 From: samir1 Date: Wed, 22 Jan 2025 13:07:18 +0000 Subject: [PATCH] add restic to packges install --- prep-grid-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prep-grid-vm.sh b/prep-grid-vm.sh index 04889ac..88ad948 100644 --- a/prep-grid-vm.sh +++ b/prep-grid-vm.sh @@ -3,7 +3,7 @@ update_system() { echo "Updating system and installing mandatory tools" apt-get update - apt-get install sudo nmon tmux tcpdump nano iputils-ping net-tools -y + apt-get install sudo nmon tmux restic tcpdump nano iputils-ping net-tools -y } install_docker() {