Skip to content

Ultrahand Overlay 1.1.7

Compare
Choose a tag to compare
@ppkantorski ppkantorski released this 07 Jul 10:49
· 1824 commits to main since this release
eeaa499

Download and unzip files implementation has been added.

  • Command to download:
    • download <FILE_URL> <DESTINATION_FILE_OR_FOLDER>
  • Command to unzip:
    • unzip <SOURCE_FILE> <DESTINATION_FOLDER>

CURL has made it a bit beefier as you can tell, but the potential benefits are pretty great for having these commands handy. Lots of new packages can be made for updating and installing software.

update: slight bug fix for handling more URLs (07/07/2023)
update: bug fix for unzip and createDirectories (07/08/2023)