Created
December 22, 2024 22:57
-
-
Save wellingtonpgp/f85749e0f60ef5d69cb985fd05e427e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Adicione a chave GPG e o repositório | |
wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null | |
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/shiftkey-packages.gpg] https://apt.packages.shiftkey.dev/ubuntu/ any main" > /etc/apt/sources.list.d/shiftkey-packages.list' | |
# Atualize os pacotes e instale o GitHub Desktop | |
sudo apt update && sudo apt install github-desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment