mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
updated clone script to use a 78% smaller 20mb tar.xz archive instead of a zip
it has a compression ratio of 0.1 yayyy - faster xcode cloud builds
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
#working dir starts at /Volumes/workspace/repository/ci_scripts
|
||||
cd ..
|
||||
mkdir Frameworks; cd Frameworks
|
||||
curl -o frameworks.zip https://files.catbox.moe/8094yg.zip
|
||||
unzip frameworks.zip
|
||||
rm frameworks.zip
|
||||
curl -o frameworks.tar.xz https://files.catbox.moe/hd2s6n.xz
|
||||
tar xzf frameworks.tar.xz
|
||||
rm frameworks.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user