An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# inst
Shell scripts for installation.

[![Netlify Status](https://api.netlify.com/api/v1/badges/b0927b72-9173-4df2-96de-4e45868eb166/deploy-status)](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
```