Install scripts for Shang software. 🐉 🖤 📥
  • Shell 57.3%
  • PowerShell 42.7%
Find a file
alyxshang 4dbc808e99
All checks were successful
/ test (push) Successful in 28s
Update README.markdown
2026-04-29 15:49:30 +02:00
.forgejo/workflows Update .forgejo/workflows/main.yml 2026-04-27 11:57:02 +02:00
src CI runs. 2026-04-27 11:53:11 +02:00
.gitignore TBC 2026-04-26 11:29:15 +02:00
LICENSE CI runs. 2026-04-27 11:53:11 +02:00
README.markdown Update README.markdown 2026-04-29 15:49:30 +02:00

INSTALL SCRIPTS 🐉 🖤 📥

Scripts CI

Install scripts for Shang software. 🐉 🖤 📥

ABOUT 📚

This repository contains installer scripts for software I have built. The scripts have been written for Windows, Linux, and Mac OS and are published to my own CDN.

USAGE ⚒️

The software currently installable through the scripts provided in this repository are listed below:

Either of the following commands would be used to download and run an installer script provided here. The src directory contains a folder for each piece of software a script has been written for. Each folder has nix.sh shell script for Linux and Mac OS and a win.ps1 for Windows.

On Linux or Mac OS, you would download the script for either of those platforms with the following command, where $SCRIPT_URL represents the URL to the script: curl -fsSL $SCRIPT_URL | sh.

On Windows, you would download the script with the following command, where $SCRIPT_URL represents the URL to the script: irm $SCRIPT_URL | iex.

Published scripts can be found here: https://cdn.alyxshang.boo/installers

NOTE 📜

  • Installer Scripts 🐉 🖤 by Alyx Shang 🖤.
  • Licensed under the FSL v1.