File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ our release schedule.
1414Install:
1515
1616``` bash
17- curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/etc/apt/trusted.gpg.d /githubcli-archive-keyring.gpg
18- echo " deb [arch=$( dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d /githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
17+ curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings /githubcli-archive-keyring.gpg
18+ echo " deb [arch=$( dpkg --print-architecture) signed-by=/usr/share/keyrings /githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
1919sudo apt update
2020sudo apt install gh
2121```
You can’t perform that action at this time.
0 commit comments