Update iventoy-install.sh

tweak
pull/2795/head
tteckster 2 weeks ago committed by GitHub
parent dbe21ab539
commit 6d296e0fdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      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"

Loading…
Cancel
Save