From 6d296e0fdf655ea950faca8bb553386d2b0a23f3 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 15 Apr 2024 08:55:40 -0400 Subject: [PATCH] Update iventoy-install.sh tweak --- install/iventoy-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/iventoy-install.sh b/install/iventoy-install.sh index 6c48ab46..d5534e59 100644 --- a/install/iventoy-install.sh +++ b/install/iventoy-install.sh @@ -21,11 +21,10 @@ msg_ok "Installed Dependencies" msg_info "Installing iVentoy" mkdir -p /opt/iventoy/ - wget -q $(curl -s https://api.github.com/repos/ventoy/pxe/releases/latest | grep download | grep linux-free | cut -d\" -f4) -tar -C /opt/iventoy -xzf iventoy*.tar.gz +tar -xzf iventoy*.tar.gz +mv iventoy-* /opt/iventoy rm -rf iventoy*.tar.gz - msg_ok "Installed iVentoy" msg_info "Creating Service"