Skip to content

Commit

Permalink
updated NOTES.txt
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed May 4, 2024
1 parent ff31b7a commit 13dd613
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3070,6 +3070,15 @@ Others:
./MaintenanceTool check-updates
./MaintenanceTool clear-cache (if cache is too big: du -sh ~/.cache/qt-unified-linux-online)

- Upgrade GitHub CLI:

https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt

wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --enarmor | sudo tee /etc/apt/trusted.gpg.d/githubcli-archive-keyring.asc > /dev/null
gh completion -s zsh | sudo tee /usr/local/share/zsh/site-functions/_gh
gh completion --shell bash | sudo tee /usr/share/bash-completion/completions/gh


Others:
---

Expand Down

0 comments on commit 13dd613

Please sign in to comment.