AsahiLinux / widevine-installer

Widevine CDM installer for aarch64 systems
MIT License
78 stars 9 forks source link

fix last remaining bashism #4

Closed clementperon closed 6 days ago

denysvitali commented 4 weeks ago

Yes, this is needed as otherwise a folder called linux_{arm64,x64} is created. Can you please merge it?

clementperon commented 4 weeks ago

Another fix could be to change the Shebang from #!/bin/sh to #!/bin/bash If this kind of expression are allowed.

@marcan what do you think?