mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
Merge pull request #226 from GermanBread/master
fish bad, none of my homies use fish
This commit is contained in:
commit
d56e032e8f
2
LULI.sh
2
LULI.sh
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Original script by https://github.com/GermanBread
|
||||
# Lightcord unified Linux installer by Germanbread
|
||||
|
||||
|
@ -63,7 +63,7 @@ You can also install it with our *express install script*, which will automatica
|
||||
## Running From Source
|
||||
Prerequisites: [Node.js](https://nodejs.org/en/) and NPM
|
||||
To run from source, follow these instructions:
|
||||
```sh
|
||||
```bash
|
||||
git clone https://github.com/Lightcord/Lightcord
|
||||
cd Lightcord
|
||||
npm run devInstall
|
||||
@ -75,7 +75,7 @@ Lightcord will then launch. If you see the Lightcord icon, you're good to go!
|
||||

|
||||
<br />
|
||||
Any time you want to launch, just run:
|
||||
```sh
|
||||
```bash
|
||||
npm run run
|
||||
```
|
||||
|
||||
@ -84,7 +84,8 @@ npm run run
|
||||
## Express Install Script
|
||||
|
||||
- This script requires the `unzip` package to be installed. Use your package manager of choice to install it.
|
||||
- To install, paste `sh -c "$(curl -s https://raw.githubusercontent.com/Lightcord/Lightcord/master/LULI.sh)"` in terminal and press enter. The installer will guide you through the rest.
|
||||
|
||||
To install, paste `bash -c "$(curl -s https://raw.githubusercontent.com/Lightcord/Lightcord/master/LULI.sh)"` in terminal and press enter. The installer will guide you through the rest.
|
||||
|
||||
## Features
|
||||
* **BetterDiscord built in** - Use almost any BetterDiscord plugin or theme!
|
||||
|
Loading…
x
Reference in New Issue
Block a user