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
- Host: GitHub
- URL: https://github.com/hack-chat/install-scripts
- Owner: hack-chat
- Created: 2022-05-06T13:57:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T19:49:35.000Z (almost 4 years ago)
- Last Synced: 2025-06-09T13:07:18.269Z (10 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ;]
```