Skip to content

A dead simple docker image to execute UUPdump download scripts on linux and macOS

Notifications You must be signed in to change notification settings

lukasweber/uupdump-exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UUUPdump Executor

When using macOS or linux, uupdump.net requires you to install a couple of packages to execute the download script. With this docker image, there is no need for that. You simply mount the downloader directory, run this docker image and get your ISO file after some time.

Usage

  1. Go to uupdump.net and generate a download package.

  2. Unzip the download package.

    unzip 22631.2861_arm64_en-us_multi_8cb83256_convert.zip -d downloader
  3. Change to the directory that contains the install scripts, which you downloaded from uup

    cd downloader
    docker run -it -v "$PWD/:/downloader" ghcr.io/lukasweber/uupdump-exec

    There you go ... :)

    [...]
    99.11% done, estimate finish Thu Jan  4 11:31:43 2024
    99.34% done, estimate finish Thu Jan  4 11:31:44 2024
    99.57% done, estimate finish Thu Jan  4 11:31:44 2024
    99.80% done, estimate finish Thu Jan  4 11:31:44 2024
    Total translation table size: 2048
    Total rockridge attributes bytes: 0
    Total directory bytes: 0
    Path table size(bytes): 10
    Max brk space used ce000
    2194437 extents written (4286 MB)
    Done.
    

About

A dead simple docker image to execute UUPdump download scripts on linux and macOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published