File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,15 @@ A list of tested ISO images can be found [here](docs/Supported_OS.md)
3333** SparkyLinux**
3434
3535``` sh
36+ # Refresh the package list and install MultiOS-USB
3637sudo apt update
3738sudo apt install multios-usb
39+
40+ # Display available USB devices
41+ multios-usb -l
42+
43+ # Install to the selected device (replace sdX with your target device)
44+ sudo multios-usb /dev/sdX
3845```
3946
4047** From GitHub - Linux console**
@@ -49,15 +56,15 @@ Check and install the required packages (in most cases they should be installed
4956Go to the directory where you extracted the files and run the following at the console
5057
5158``` sh
52- $ ./multios-usb.sh -l
59+ ./multios-usb.sh -l
5360```
5461
5562This command will show you the USB devices available on your system.
5663To install MultiOS-USB, type the following command, replacing ` /dev/sdX ` with your chosen device path.
5764For example:
5865
5966``` sh
60- $ sudo ./multios-usb.sh /dev/sdX
67+ sudo ./multios-usb.sh /dev/sdX
6168```
6269
6370** From GitHub - image based installation (experimental)**
@@ -94,7 +101,7 @@ Download [zip](https://github.com/Mexit/MultiOS-USB/archive/refs/heads/master.zi
94101To update configuration files, simply type the following command, replacing ` /dev/sdX ` with your chosen device path.
95102
96103``` sh
97- $ ./multios-usb.sh -u /dev/sdX
104+ ./multios-usb.sh -u /dev/sdX
98105```
99106
100107##### Manual update
You can’t perform that action at this time.
0 commit comments