From 21d9c2ee0defe6c8fb0a99c21dfa8d3713ff19c7 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sat, 18 Apr 2020 11:32:19 +0200 Subject: [PATCH] updated urbackup client --- bin/misc.sh | 2 +- bin/urbackup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/misc.sh b/bin/misc.sh index 843b7f3..b8e31c6 100755 --- a/bin/misc.sh +++ b/bin/misc.sh @@ -21,7 +21,7 @@ sed -i "s/^# en_GB.UTF-8/en_GB.UTF-8/g" /etc/locale.gen locale-gen apt-get --yes install ntp dpkg-reconfigure tzdata -apt-get --yes install tmux etckeeper needrestart htop lynx unzip +apt-get --yes install tmux etckeeper needrestart htop lynx unzip nfs-common # TODO cron # https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log/121560#121560 diff --git a/bin/urbackup.sh b/bin/urbackup.sh index 371e3a5..2e9cbe1 100755 --- a/bin/urbackup.sh +++ b/bin/urbackup.sh @@ -39,7 +39,7 @@ apt install build-essential "g++" "libcrypto++-dev" libz-dev -y # Download the UrBackup client source files and extract them # wget -P /tmp/ https://hndl.urbackup.org/Client/latest/urbackup-client-2.3.4.0.tar.gz -wget -P /tmp/ https://hndl.urbackup.org/Client/2.4.8/urbackup-client-2.4.8.0.tar.gz +wget -P /tmp/ https://hndl.urbackup.org/Client/2.4.10/urbackup-client-2.4.10.0.tar.gz cd /tmp # tar xzf /tmp/urbackup-client-2.3.4.0.tar.gz