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
1 changed files with 1 additions and 1 deletions

View File

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