mirror of
https://github.com/Unimatrix0/update_ombi.git
synced 2025-08-20 21:34:04 -07:00
feat(updater): change filenames to match github releases
This commit is contained in:
parent
93600f0086
commit
f1daf45502
1 changed files with 2 additions and 2 deletions
|
@ -187,9 +187,9 @@ fi
|
||||||
|
|
||||||
.log 6 "Downloading Ombi update..."
|
.log 6 "Downloading Ombi update..."
|
||||||
if [ "$archshort" = 'arm' ]; then
|
if [ "$archshort" = 'arm' ]; then
|
||||||
filename='linux-arm.tar.gz'
|
filename='linux-arm64.tar.gz'
|
||||||
else
|
else
|
||||||
filename='linux.tar.gz'
|
filename='linux-x64.tar.gz'
|
||||||
fi
|
fi
|
||||||
declare -i i=1
|
declare -i i=1
|
||||||
declare -i j=5
|
declare -i j=5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue