Update iventoy-install.sh

tweak
This commit is contained in:
tteckster 2024-04-15 08:55:40 -04:00 committed by GitHub
parent dbe21ab539
commit 6d296e0fdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -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"