Skip to content

Commit

Permalink
Bump syncrepo to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AfroThundr3007730 committed Mar 1, 2024
1 parent 7e8bf5b commit 4464568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syncrepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
set_globals() {
AUTHOR='AfroThundr'
BASENAME="${0##*/}"
MODIFIED='20191210'
VERSION='1.7.0-rc6'
MODIFIED='20240228'
VERSION='1.7.0'

SOFTWARE='CentOS, EPEL, Debian, Ubuntu, Security Onion, Docker, and ClamAV'

Expand Down Expand Up @@ -173,7 +173,7 @@ build_vars() {
)"
mapfile -t oldrels <<< "$(
for i in "${allrels[@]}"; do
[[ ${i%%.*} -eq "(${allrels[-1]%%.*} - 1)" ]] && echo "$i"
[[ ${i%%.*} -eq $((${allrels[-1]%%.*} - 1)) ]] && echo "$i"
done
)"
currel=${allrels[-1]}
Expand Down

0 comments on commit 4464568

Please sign in to comment.