Closed icebob closed 9 years ago
I like it, but I defined the script as bash, see #!/bin/bash. Mind you changing your command to curl ... | bash or change the script type to #!/bin/sh?
#!/bin/bash
curl ... | bash
#!/bin/sh
OK, you are right, I changed to bash.
LGTM, will merge it.
I like it, but I defined the script as bash, see
#!/bin/bash
. Mind you changing your command tocurl ... | bash
or change the script type to#!/bin/sh
?