From 694a15c3e4668b192e68d87f0176149c85157dc0 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 17 May 2024 14:14:58 +1000 Subject: [PATCH] port iVentoy to ARM64 --- README.md | 1 + ct/iventoy.sh | 2 +- install/iventoy-install.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19ccc994e..bff4b5bc7 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ If you would like to offer support, I would appreciate a star on the repository, | Hyperion | ☑️ | | | InfluxDB | ☑️ | | | ioBroker | ☑️ | | +| iVentoy | ⭕ | | | Jackett | ☑️ | | | Jellyfin | ☑️ | | | Jellyseerr | ✅ | | diff --git a/ct/iventoy.sh b/ct/iventoy.sh index 08e067aba..85bb36424 100644 --- a/ct/iventoy.sh +++ b/ct/iventoy.sh @@ -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 diff --git a/install/iventoy-install.sh b/install/iventoy-install.sh index 02601d7e4..46cc6ea65 100644 --- a/install/iventoy-install.sh +++ b/install/iventoy-install.sh @@ -17,6 +17,7 @@ msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc +$STD apt-get install -y wget msg_ok "Installed Dependencies" RELEASE=$(curl -s https://api.github.com/repos/ventoy/pxe/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')