1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00

Change /bin/sh to /bin/bash because /bin/sh is a symlink to the current shell and fish users break this script.

This commit is contained in:
GermanBread 2021-03-24 20:03:19 +01:00
parent 7303d84f25
commit 1adf5937eb

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Original script by https://github.com/GermanBread
# Lightcord unified Linux installer by Germanbread