mirror of https://github.com/tteck/Proxmox.git
parent
dbe21ab539
commit
6d296e0fdf
|
@ -21,11 +21,10 @@ msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing iVentoy"
|
msg_info "Installing iVentoy"
|
||||||
mkdir -p /opt/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)
|
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
|
rm -rf iventoy*.tar.gz
|
||||||
|
|
||||||
msg_ok "Installed iVentoy"
|
msg_ok "Installed iVentoy"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|
Loading…
Reference in New Issue