Commit 7b3ca78 1 parent 7557a21 commit 7b3ca78 Copy full SHA for 7b3ca78
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
Installation commands for the uniget [ CLI] ( https://github.com/uniget-org/cli ) .
8
8
9
9
``` bash
10
- curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_linux_ $( uname -m) .tar.gz \
10
+ curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_Linux_ $( uname -m) .tar.gz \
11
11
| sudo tar -xzC /usr/local/bin uniget
12
12
```
13
13
@@ -16,7 +16,7 @@ curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_linu
16
16
Installation commands for the uniget [ CLI] ( https://github.com/uniget-org/cli ) :
17
17
18
18
``` bash
19
- curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_linux_ $( uname -m) .tar.gz \
19
+ curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_Linux_ $( uname -m) .tar.gz \
20
20
| sudo tar -xzC ~ /.local/bin uniget
21
21
```
22
22
You can’t perform that action at this time.
0 commit comments