Created
April 15, 2023 01:43
-
-
Save jarkkojs/4cd17774758e941f485ba065017e54db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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