Skip to content
Snippets Groups Projects

update veeam-agent debian / ubuntu

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Arthur Avonde

    sh -c "$(curl -fsSL https://gitlab.bertha.cloud/snippets/43/raw)"

    Edited
    update-veeam.sh 202 B
    cd /tmp
    wget https://download2.veeam.com/veeam-release-deb_1.0.8_amd64.deb
    dpkg -i veeam-release-deb_1.0.8_amd64.deb
    apt-mark unhold veeam*
    apt update
    apt install veeamsnap -y -f
    apt install veeam -y -f
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment