mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
10 lines
513 B
Bash
10 lines
513 B
Bash
|
pip3 install typer
|
||
|
|
||
|
# install Github CLI and upgrade it
|
||
|
sudo apt install dirmngr
|
||
|
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg
|
||
|
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
|
||
|
sudo apt update
|
||
|
sudo apt install gh
|
||
|
sudo apt update
|
||
|
sudo apt install gh
|