Skip to content

Commit

Permalink
multibootusb: Add version 9.2.0 (#8805)
Browse files Browse the repository at this point in the history
* multibootusb: Add version 9.2.0

* update url (the old site is not reachable)

* remove checkver and autoupdate
  • Loading branch information
issaclin32 authored Jul 12, 2022
1 parent d22694b commit 2e45eba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bucket/multibootusb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "9.2.0",
"description": "Create multiboot live Linux on a USB disk.",
"homepage": "https://github.com/mbusb/multibootusb",
"license": "GPL-2.0-or-later",
"url": "https://github.com/mbusb/multibootusb/releases/download/v9.2.0/multibootusb-9.2.0-setup.exe#/dl.7z",
"hash": "0e9108b4f95562727d0e557e86e7b8f4b83cf942303bd67c2350d8820289fe17",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\multibootusb.log\")) { New-Item \"$dir\\multibootusb.log\" | Out-Null }",
"Remove-Item \"$dir\\uninst.exe\""
],
"shortcuts": [
[
"multibootusb.exe",
"MultiBootUSB"
]
],
"persist": "multibootusb.log"
}

0 comments on commit 2e45eba

Please sign in to comment.