Skip to content

Instantly share code, notes, and snippets.

@jarkkojs
Created April 15, 2023 01:43
Show Gist options
  • Save jarkkojs/4cd17774758e941f485ba065017e54db to your computer and use it in GitHub Desktop.
Save jarkkojs/4cd17774758e941f485ba065017e54db to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
wget -q --show-progress -r -np -nd -l1 -A tar.xz https://uhe-dl.b-cdn.net/releases/ -P dl/ && \
mkdir staging && \
(pv dl/*.tar.xz | tar Jxf - -i -C staging/) && \
find -name install.sh -exec {} --quiet \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment