Skip to content

Commit

Permalink
v.8.17
Browse files Browse the repository at this point in the history
DietPi-Software | UrBackup - correct a typo and bump to latest version
  • Loading branch information
Joulinar authored May 1, 2023
1 parent 8147d8b commit ec3e8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -5424,7 +5424,7 @@ _EOF_
local arch=$(dpkg --print-architecture)
local url=$(curl -sSfL 'https://hndl.urbackup.org/Server/latest' | mawk -F\" "/\"urbackup-server_.*_$arch\.deb\"/{print \$8}")
[[ $url ]] && url="https://hndl.urbackup.org/Server/latest/$url"
local fallback_url="https://hndl.urbackup.org/Server/2.5.30/urbackup-server_2.5.27_$arch.deb"
local fallback_url="https://hndl.urbackup.org/Server/2.5.31/urbackup-server_2.5.31_$arch.deb"
Download_Install "$url"
G_EXEC systemctl stop urbackupsrv
unset -v backuppath arch url
Expand Down

0 comments on commit ec3e8f4

Please sign in to comment.