File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,6 @@ webi gh@stable
421
421
422
422
To install:
423
423
424
- 1 . ` sudo snap install gh `
425
- 2 . ` sudo snap connect gh:ssh-keys ` grant ssh access
424
+ ` sudo snap install gh --classic `
426
425
427
426
Updates are automatically checked for (and if available, downloaded) every 6 hours.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ description: |
18
18
- `gh help`
19
19
adopt-info : gh
20
20
grade : stable
21
- confinement : strict # classic
21
+ confinement : classic
22
22
base : core24
23
23
license : MIT
24
24
parts :
33
33
- gcc
34
34
stage-packages :
35
35
- git
36
- - nano
37
- - ssh
38
36
override-pull : |
39
37
snapcraftctl pull
40
38
snapcraftctl set-version `(git describe --tags | sed 's/^v//') 2>/dev/null || git rev-parse --short HEAD`
@@ -45,12 +43,4 @@ parts:
45
43
apps :
46
44
gh :
47
45
command : gh
48
- plugs :
49
- - home
50
- - network
51
- - network-bind
52
- - desktop
53
- - ssh-keys
54
46
completer : completion.sh
55
- environment :
56
- GIT_EDITOR : nano
You can’t perform that action at this time.
0 commit comments