1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

use borg 1.2.1

This commit is contained in:
Thomas Waldmann 2022-07-06 23:34:35 +02:00
parent 1e83415c51
commit 0f5fb7d38d
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ Vagrant.configure("2") do |config|
# In case we have skipped "record install" # In case we have skipped "record install"
if [ ! -e /usr/local/bin/borg ] ; then if [ ! -e /usr/local/bin/borg ] ; then
wget https://github.com/borgbackup/borg/releases/download/1.1.0b6/borg-linux64 wget https://github.com/borgbackup/borg/releases/download/1.2.1/borg-linux64
install --owner root --group root --mode 755 borg-linux64 /usr/local/bin/borg install --owner root --group root --mode 755 borg-linux64 /usr/local/bin/borg
fi fi
@ -48,7 +48,7 @@ Vagrant.configure("2") do |config|
# In case we have skipped "record install" # In case we have skipped "record install"
if [ ! -e /usr/local/bin/borg ] ; then if [ ! -e /usr/local/bin/borg ] ; then
wget https://github.com/borgbackup/borg/releases/download/1.1.0b6/borg-linux64 wget https://github.com/borgbackup/borg/releases/download/1.2.1/borg-linux64
install --owner root --group root --mode 755 borg-linux64 /usr/local/bin/borg install --owner root --group root --mode 755 borg-linux64 /usr/local/bin/borg
fi fi

View file

@ -7,9 +7,9 @@ set script [string trim {
# This asciinema will show you the installation of borg as a standalone binary. Usually you only need this if you want to have an up-to-date version of borg or no package is available for your distro/OS. # This asciinema will show you the installation of borg as a standalone binary. Usually you only need this if you want to have an up-to-date version of borg or no package is available for your distro/OS.
# First, we need to download the version, we'd like to install # First, we need to download the version, we'd like to install
wget -q --show-progress https://github.com/borgbackup/borg/releases/download/1.1.0b6/borg-linux64 wget -q --show-progress https://github.com/borgbackup/borg/releases/download/1.2.1/borg-linux64
# and do not forget the GPG signature! # and do not forget the GPG signature!
wget -q --show-progress https://github.com/borgbackup/borg/releases/download/1.1.0b6/borg-linux64.asc wget -q --show-progress https://github.com/borgbackup/borg/releases/download/1.2.1/borg-linux64.asc
# In this case, we have already imported the public key of a borg developer. So we only need to verify it: # In this case, we have already imported the public key of a borg developer. So we only need to verify it:
gpg --verify borg-linux64.asc gpg --verify borg-linux64.asc