mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-08 19:52:36 +01:00
Specified shell
The setup script is clearly designed for bash and is not posix compliant so this is necessary.
This commit is contained in:
parent
fe20984a13
commit
e3aaff9c3f
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user