1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-09 12:12:34 +01:00

Merge pull request #45 from HugoHead/master

Specified shell
This commit is contained in:
Flam3rboy 2021-05-28 00:31:18 +02:00 committed by GitHub
commit 5458c33259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,5 @@ curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setu
1. Open Terminal
2. Type this command:
```
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.sh --output setup.sh && sh setup.sh
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.sh --output setup.sh && bash setup.sh
```