From dc14b921d970236c0112ce9527bcaa2239efcdd8 Mon Sep 17 00:00:00 2001 From: mkuba50 Date: Mon, 18 Feb 2019 23:12:20 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 587f0d2..5e433c3 100644 --- a/readme.md +++ b/readme.md @@ -33,13 +33,13 @@ This script uses the following commands to do its work: * cabextract - to extract cabs * wimlib-imagex - to export files from metadata ESD * chntpw - to modify registry of first index of boot.wim - * genisoimage - to create ISO image + * xorriso - to create ISO image If you use Debian or Ubuntu based distribution you can quickly install these using the following command: ``` -sudo apt-get install cabextract wimtools chntpw genisoimage +sudo apt-get install cabextract wimtools chntpw xorriso ``` If you use any other distribution, then you will need to check its repository