diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-05 10:05:15 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-05 10:05:15 +0200 |
| commit | 6889a8dd32cc7b2982bd46450bcb9654929023cb (patch) | |
| tree | b03e0f59c60b2d5718da2e91e1fac01170a4b96b | |
| parent | 84755d0981123ace06786b5477a73dbd39b1a9d6 (diff) | |
| download | dotfiles-6889a8dd32cc7b2982bd46450bcb9654929023cb.tar.gz dotfiles-6889a8dd32cc7b2982bd46450bcb9654929023cb.tar.bz2 dotfiles-6889a8dd32cc7b2982bd46450bcb9654929023cb.zip | |
bootstrap/neovim: Benutze den versions-unabhängigen Namen für die Paketinstallation
| -rwxr-xr-x | bootstrap/neovim.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/neovim.sh b/bootstrap/neovim.sh index e1a9112..11059e2 100755 --- a/bootstrap/neovim.sh +++ b/bootstrap/neovim.sh | |||
| @@ -163,7 +163,7 @@ install_lsp() { | |||
| 163 | install_pkg shellcheck shellcheck | 163 | install_pkg shellcheck shellcheck |
| 164 | ;; | 164 | ;; |
| 165 | FreeBSD) | 165 | FreeBSD) |
| 166 | install_pkg ansible-lint py-ansible-lint | 166 | install_pkg ansible-lint sysutils/py-ansible-lint |
| 167 | install_pkg shellcheck hs-ShellCheck | 167 | install_pkg shellcheck hs-ShellCheck |
| 168 | ;; | 168 | ;; |
| 169 | esac | 169 | esac |
