- Shell 57.3%
- PowerShell 42.7%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.markdown | ||
INSTALL SCRIPTS 🐉 🖤 📥
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.