mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Fix version output
This commit is contained in:
parent
c4a29e537c
commit
f72c5b7a1d
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
#= Debian 9+ amd64 .deb
|
||||
#= Debian 10+ amd64 .deb
|
||||
|
||||
set -o errexit
|
||||
set -o xtrace
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
#= Debian 9+ arm64 .deb
|
||||
#= Debian 10+ arm64 .deb
|
||||
|
||||
set -o errexit
|
||||
set -o xtrace
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
#= Debian 9+ arm64 .deb
|
||||
#= Debian 10+ arm64 .deb
|
||||
|
||||
set -o errexit
|
||||
set -o xtrace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue