Add missing dependencies for debian-like distributions
This commit is contained in:
Jakub Szymański 2023-02-19 18:41:15 +01:00
parent 818e67ab1e
commit 95cb2cda70
No known key found for this signature in database
GPG Key ID: 9CCDA7BB05C96242

View File

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