misc/autodl_files
abbodi1406 93bb8eb653 uup-converter v105 2024-05-16 15:28:28 +03:00
..
CustomAppsList.txt uup-converter v104 2024-05-04 20:07:16 +03:00
converter_multi Move autodl_files to misc 2023-11-20 18:14:48 +01:00
converter_windows uup-converter v105 2024-05-16 15:28:28 +03:00
get_aria2.ps1 Disable progress bar in get_aria2.ps1 due to slowness 2024-04-12 15:57:53 +02:00
readme.unix.md Move autodl_files to misc 2023-11-20 18:14:48 +01:00

readme.unix.md

Multiplatform UUP converter requirements

The script requires the following applications:

  • cabextract - to extract cabs
  • wimlib-imagex - to export files from metadata ESD
  • chntpw - to modify registry of first index of boot.wim
  • genisoimage or mkisofs - to create ISO image

Linux

If you use Debian or Ubuntu based distribution you can install these using the following command:

sudo apt-get install cabextract wimtools chntpw genisoimage

If you use Arch Linux you can also install these using the following command:

sudo pacman -S cabextract wimlib chntpw cdrtools

If you use any other distribution, you'll need to check its repository for the appropriate packages.

macOS

macOS requires Homebrew to install the prerequisite software. After Homebrew was installed, you can install the requirements using:

brew tap sidneys/homebrew
brew install cabextract wimlib cdrtools sidneys/homebrew/chntpw