https://github.com/ariselseng/iso-download-and-flash
A script to download an iso image and flash it to device simultaneously.
https://github.com/ariselseng/iso-download-and-flash
curl curl-commands linux-shell livecd shell-script
Last synced: about 2 months ago
JSON representation
A script to download an iso image and flash it to device simultaneously.
- Host: GitHub
- URL: https://github.com/ariselseng/iso-download-and-flash
- Owner: ariselseng
- License: mit
- Created: 2021-11-14T07:06:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T09:09:32.000Z (over 3 years ago)
- Last Synced: 2025-01-13T09:30:37.181Z (3 months ago)
- Topics: curl, curl-commands, linux-shell, livecd, shell-script
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iso-download-and-flash
A script to download an iso image and flash it to device simultaneously. If you run the command later, it will ask you if it should use the local iso image already download or re-download.
Example:
```shell
./iso-download-and-flash.sh --url "https://releases.ubuntu.com/20.04.3/ubuntu-20.04.3-desktop-amd64.iso" --target ~/Downloads/ --device /dev/sda
```