https://github.com/hidao80/inst
Shell scripts for installation.
https://github.com/hidao80/inst
install oneliners setup userland
Last synced: 13 days ago
JSON representation
Shell scripts for installation.
- Host: GitHub
- URL: https://github.com/hidao80/inst
- Owner: hidao80
- License: mit
- Created: 2024-01-19T02:01:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T08:17:45.000Z (about 1 year ago)
- Last Synced: 2025-01-19T21:17:19.204Z (12 months ago)
- Topics: install, oneliners, setup, userland
- Language: Shell
- Homepage: https://inst-sh.netlify.app/
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inst
Shell scripts for installation.
[](https://app.netlify.com/sites/inst-sh/deploys)
## Set up UserLAnd as a basic development environment.
**Usage**:
```sh
curl -sLk https://inst-sh.netlify.app/ul/dev.sh | sudo sh
```
## Set up lxde in UserLAnd.
**Usage**:
```sh
curl -sLk https://inst-sh.netlify.app/ul/lxde.sh | sudo sh
```
## Set up xfce4 in UserLAnd. (incomplete)
**Usage**:
```sh
curl -sLk https://inst-sh.netlify.app/ul/xfce.sh | sudo sh
```
## Set up Mei-v11, a fork of Misskey v11, in Termux.
**Required Termux version:** >= 0.118.1
**Usage**:
```sh
curl -s https://inst-sh.netlify.app/termux/meiv11.inst.sh | sh
```