Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 452 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 452 Bytes

Ventoy-menu

Basically a frontend for your usb with ventoy

Installation

To install it simply unzip the file into your usb with ventoy

bash:

  curl -fsSL github.com/Aquilabot/ventoy-menu/releases/latest/download/ventoy.zip -O
  unzip ventoy.zip

powershell:

  Invoke-WebRequest github.com/Aquilabot/ventoy-menu/releases/latest/download/ventoy.zip -OutFile ventoy.zip
  Expand-Archive -Path ventoy.zip -DestinationPath .