diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-02 12:45:15 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-02 12:45:15 +0200 |
| commit | c6a043f0f1d618db9065aa11ae940e06b65fed3f (patch) | |
| tree | 036f7a087b3cdd530ba41e760f9def6b26fc5cc3 /bootstrap | |
| parent | 1da598352f7a50ec2a0d96bac834d87ea7b1a836 (diff) | |
| download | dotfiles-c6a043f0f1d618db9065aa11ae940e06b65fed3f.tar.gz dotfiles-c6a043f0f1d618db9065aa11ae940e06b65fed3f.tar.bz2 dotfiles-c6a043f0f1d618db9065aa11ae940e06b65fed3f.zip | |
bootstrap/neovim: Paketname richtig
Diffstat (limited to 'bootstrap')
| -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 3d92af0..1508401 100755 --- a/bootstrap/neovim.sh +++ b/bootstrap/neovim.sh | |||
| @@ -105,7 +105,7 @@ install_prerequisites() { | |||
| 105 | install_pkg pipx pipx | 105 | install_pkg pipx pipx |
| 106 | ;; | 106 | ;; |
| 107 | FreeBSD) | 107 | FreeBSD) |
| 108 | install_pkg pipx py-pipx | 108 | install_pkg pipx devel/py-pipx |
| 109 | ;; | 109 | ;; |
| 110 | esac | 110 | esac |
| 111 | } | 111 | } |
