Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ yay -S woeusb-ng
### For other distributions

### 1. Install WoeUSB-ng's Dependencies
#### Ubuntu
#### Ubuntu/Debian

```shell
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin parted dosfstools ntfs-3g
Expand All @@ -50,9 +50,9 @@ sudo pip3 install WoeUSB-ng
## Installation from source code

### 1. Install WoeUSB-ng's Build Dependencies
#### Ubuntu
#### Ubuntu/Debian
```shell
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin parted dosfstools ntfs-3g
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin parted dosfstools ntfs-3g libgtk-3-dev libgstreamer1.0-dev gstreamer1.0-plugins-base freeglut3-dev libwebkitgtk-6.0-4 libjpeg-dev libpng-dev libtiff6 libsdl2-2.0-0 libnotify4 libsm6 libcurl4-openssl-dev python-dev-is-python3
```
#### Arch
```shell
Expand Down