Skip to content

Simple Tasks [CLI] Automatic Installer

Latest

Choose a tag to compare

@C0dePr0xy C0dePr0xy released this 26 Mar 20:21
· 28 commits to azura-master since this release
906cd18

This executable automatically clones, compiles, and builds STcli. --Only tested on Apple Silicon MacBook.

If you have trouble executing this setup file, try these steps in the terminal app (macOS):

Preparation:

cd Downloads

Step 1:

chmod +x STcli-Setup.csh

Step 2:

./STcli-Setup.csh

If you still have issues, try these steps:

Step 1:

sudo chown $(whoami) STcli-Setup.csh

Step 2:

Check Disk Access: Ensure that Terminal has Full Disk Access. You can grant Terminal Full Disk Access by going to:

  • System Preferences > Security & Privacy > Privacy > Full Disk Access
  • Click the lock icon in the bottom left corner to make changes.
  • Add 'Terminal.app' to the list if it is not already there.