Files
ShhShell/ci_scripts/ci_post_clone.sh
2025-07-04 17:55:08 +01:00

15 lines
369 B
Bash
Executable File

#!/bin/sh
# ci_post_clone.sh
# ShhShell
#
# Created by neon443 on 07/06/2025.
#
#working dir starts at /Volumes/workspace/repository/ci_scripts
cd ..
mkdir Frameworks; cd Frameworks
curl -o frameworks.tar.xz https://hc-cdn.hel1.your-objectstorage.com/s/v3/213184c43ae1de48605436829771f04671af4a38_frameworks.tar.xz
tar xzf frameworks.tar.xz
rm frameworks.tar.xz