Skip to content

Commit

Permalink
Update zip.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alonre24 authored Oct 23, 2023
1 parent 2118689 commit e98a361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ else
["debian_gnu/linux11"]="bullseye"
)
OS_NICK=${LINUX_OSNICKS[$OS_NICK]}
[[ $OS_NICK == 'monterey' ]] && OS_NICK='catalina'
[[ $OS_NICK == 'monterey' ]] && OS_NICK='catalina' # To be aligned with other modules in redis-stack
declare -A archs=(
["x86_64"]="x86_64"
["X86_64"]="x86_64"
Expand Down

0 comments on commit e98a361

Please sign in to comment.