File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ There is a statically linked 64-bit musl binary attached to very [release](https
1010You can install it system-wide:
1111
1212``` bash
13- FIREURL_VERSION=0.1 .0
13+ FIREURL_VERSION=0.2 .0
1414mkdir -p /opt/fireurl
15- curl --proto ' =https' --tlsv1.3 -sSf -L " https://github.com/rusty-snake/fireurl/releases/download/v$FIREURL_VERSION /fireurl-v$FIREURL_VERSION -x86_64-unknown-linux-musl.tar.xz" | tar -xJf- -C /opt/fireurl --strip-components=3
15+ curl --proto ' =https' --tlsv1.3 -sSf -L " https://github.com/rusty-snake/fireurl/releases/download/v$FIREURL_VERSION /fireurl-v$FIREURL_VERSION -x86_64-unknown-linux-musl.tar.xz" | tar -xJf- -C /opt/fireurl
1616```
1717
1818or per user:
1919
2020``` bash
21- FIREURL_VERSION=0.1 .0
21+ FIREURL_VERSION=0.2 .0
2222mkdir -p ~ /.local/opt/fireurl
23- curl --proto ' =https' --tlsv1.3 -sSf -L " https://github.com/rusty-snake/fireurl/releases/download/v$FIREURL_VERSION /fireurl-v$FIREURL_VERSION -x86_64-unknown-linux-musl.tar.xz" | tar -xJf- -C ~ /.local/opt/fireurl --strip-components=3
23+ curl --proto ' =https' --tlsv1.3 -sSf -L " https://github.com/rusty-snake/fireurl/releases/download/v$FIREURL_VERSION /fireurl-v$FIREURL_VERSION -x86_64-unknown-linux-musl.tar.xz" | tar -xJf- -C ~ /.local/opt/fireurl
2424```
2525
2626
You can’t perform that action at this time.
0 commit comments