You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple bash script that writes an iso or img file to a USB or SD card.
3
+
The bash script is now also available as binary.
2
4
3
-
Simple bash script that writes an iso or img file to a USB or SD card.
5
+
## Installation
6
+
### Option 1: Bash script
7
+
Download the bash script file and execute it like this `bash script.sh`.
4
8
5
-
Download the bash file and execute it like this `bash script.sh`.
6
-
Follow the instructions in the terminal.
9
+
## Option 2: Binary (Beta)
10
+
1. Run `sudo curl https://raw.githubusercontent.com/faessler/bash-write-img-to-disk/master/witd -o /usr/local/bin/witd && sudo chmod 755 witd` to download the binary and put it in _/usr/local/bin_.
11
+
2. After that you can execute `witd` from anywhere.
12
+
13
+
Note: You can put the binary also in another directory if you don't want to use _/user/local/bin_. If you use _/user/local/bin_ make sure that the directory exists and is in your path (`echo $PATH`). Execute `export PATH=$PATH:/usr/local/bin` to add it to your path.
0 commit comments