Skip to content

Commit 95cb2cd

Browse files
committed
Fix #82
Add missing dependencies for debian-like distributions
1 parent 818e67a commit 95cb2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ yay -S woeusb-ng
3434
#### Ubuntu
3535

3636
```shell
37-
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin
37+
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin parted dosfstools ntfs-3g
3838
```
3939

4040
#### Fedora (tested on: Fedora Workstation 33)
@@ -52,7 +52,7 @@ sudo pip3 install WoeUSB-ng
5252
### 1. Install WoeUSB-ng's Build Dependencies
5353
#### Ubuntu
5454
```shell
55-
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin
55+
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin parted dosfstools ntfs-3g
5656
```
5757
#### Arch
5858
```shell

0 commit comments

Comments
 (0)