Ported Emby to ARM64

This commit is contained in:
Sam Heinz
2024-04-08 19:18:14 +10:00
parent 84877c25d6
commit 2515c3f1bd
3 changed files with 9 additions and 7 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
@@ -61,9 +61,9 @@ systemctl stop emby-server
msg_ok "Stopped ${APP}"
msg_info "Updating ${APP}"
wget https://github.com/MediaBrowser/Emby.Releases/releases/download/${LATEST}/emby-server-deb_${LATEST}_amd64.deb &>/dev/null
dpkg -i emby-server-deb_${LATEST}_amd64.deb &>/dev/null
rm emby-server-deb_${LATEST}_amd64.deb
wget https://github.com/MediaBrowser/Emby.Releases/releases/download/${LATEST}/emby-server-deb_${LATEST}_arm64.deb &>/dev/null
dpkg -i emby-server-deb_${LATEST}_arm64.deb &>/dev/null
rm emby-server-deb_${LATEST}_arm64.deb
msg_ok "Updated ${APP}"
msg_info "Starting ${APP}"