File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,12 @@ To install the slcli snap:
6060
6161.. code-block :: bash
6262
63- $ sudo snap install slcli
63+ $ sudo snap install slcli
64+
65+ (or to get the latest release)
66+
67+ $ sudo snap install slcli --edge
68+
6469
6570
6671
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ description: |
66
77license : MIT
88
9- base : core18
9+ base : core20
1010grade : stable
1111confinement : strict
1212
1313apps :
1414 slcli :
15- command : slcli
15+ command : bin/ slcli
1616 environment :
1717 LC_ALL : C.UTF-8
1818 plugs :
2525 source : https://github.com/softlayer/softlayer-python
2626 source-type : git
2727 plugin : python
28- python-version : python3
2928 override-pull : |
3029 snapcraftctl pull
3130 snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
3433 - python3
3534
3635 stage-packages :
37- - python3
36+ - python3
You can’t perform that action at this time.
0 commit comments