small-tech / should-i-pipe-it

Is this installation script safe to pipe into my shell?
GNU Affero General Public License v3.0
18 stars 1 forks source link

Support script URLs with dynamic parts #13

Open der-On opened 4 years ago

der-On commented 4 years ago

I want to add https://bash.easyjitsi.com/jitsi/[some-domain-name] to the verified scripts, but it has a dynamic part in it.

This script URL is generated by https://quickstart.easyjitsi.com/

Can we support regex URLs or Wildcards?

Thanks