aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-02 12:45:15 +0200
committerThomas Schmucker <ts@its1.de>2026-09-02 12:45:15 +0200
commitc6a043f0f1d618db9065aa11ae940e06b65fed3f (patch)
tree036f7a087b3cdd530ba41e760f9def6b26fc5cc3
parent1da598352f7a50ec2a0d96bac834d87ea7b1a836 (diff)
downloaddotfiles-c6a043f0f1d618db9065aa11ae940e06b65fed3f.tar.gz
dotfiles-c6a043f0f1d618db9065aa11ae940e06b65fed3f.tar.bz2
dotfiles-c6a043f0f1d618db9065aa11ae940e06b65fed3f.zip
bootstrap/neovim: Paketname richtig
-rwxr-xr-xbootstrap/neovim.sh2
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}