Skip to content

"bash <(curl -s https://raw.githubusercontent.com/splashkit/skm/master/install-scripts/skm-install.sh)" does nothing


Make sure your device is connected to the internet, as this command depends on a stable connection to access the script online.


Sometimes, a firewall may block the terminal from downloading content. To check if this is the issue, temporarily disable your firewall.

Once the installation completes, you can re-enable the firewall for security.


If the command still doesn’t respond, you can manually download and execute the script as follows:

  1. Go to the skm-install.sh script.

  2. Click the “Download raw file” button (see below):

    Download Raw File

  3. Save the file to an easily accessible location, such as the Downloads folder.

  4. Open Terminal and type the command bash (with a space after the word).

  5. Drag the downloaded file from the file manager into the Terminal window, then press Enter to run it.