Pinned Loading
-
-
Install GH on Ubuntu
Install GH on Ubuntu 1(type -p wget >/dev/null || (sudo apt update && sudo apt-get install wget -y)) \
2&& sudo mkdir -p -m 755 /etc/apt/keyrings \
3&& wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null \
4&& sudo chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg \
5&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.