Browse Source

add restic to packges install

master
samir1 8 hours ago
parent
commit
d85c1175a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      prep-grid-vm.sh

+ 1
- 1
prep-grid-vm.sh View File

@@ -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() {


Loading…
Cancel
Save