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

https://github.com/hack-chat/install-scripts

Scripts to install hack.chat onto a linux or windows system
https://github.com/hack-chat/install-scripts

Last synced: 8 months ago
JSON representation

Scripts to install hack.chat onto a linux or windows system

Awesome Lists containing this project

README

          

# Install Scripts

The scripts contained in this repo can be used to easily install hack.chat on a linux or windows system. The lines below will assist in downloading and running the install scripts.

---

## Ubuntu or Debian

```
curl -fsSL https://raw.githubusercontent.com/hack-chat/install-scripts/main/hcInstall.sh | bash -
```

or

```
wget -qO- https://raw.githubusercontent.com/hack-chat/install-scripts/main/hcInstall.sh | bash -
```

then

```
npm run start
```

## Windows

```
Coming soon ;]
```