jonian / acestream-launcher

AceStream Launcher opens AceStream links with any Media Player
GNU General Public License v3.0
151 stars 20 forks source link

Portabillity issue #23

Closed guilhemferr closed 6 years ago

guilhemferr commented 6 years ago

I've got this warning running ./install on Ubuntu 18.04 LTS

./install.sh: 18: [: Illegal number:

To fix it I replaced the shebang on file install.sh from #! /bin/sh to #!/usr/bin/env bash As you should use it for portability :+1:

jonian commented 6 years ago

Thank you!