Skip to content

Commit

Permalink
UbuntuCLI - packages_install.sh: Comment out github-linguist install
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 18, 2024
1 parent 2329598 commit a3f517b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UbuntuCLI/packages_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ time sudo npm i -g bash-language-server
# TODO remove is not used (also with GEM)
# GEM packages
time sudo gem install mdl # markdown-lint
time sudo gem install github-linguist
# TODO uncomment and fix the next line
# time sudo gem install github-linguist

# TODO add automatic pipx upgrade via pipx
# pipx install pipx
Expand Down

0 comments on commit a3f517b

Please sign in to comment.