1
0
This commit is contained in:
Jeff Lance 2024-02-27 18:27:24 +01:00
parent c55e7d6e35
commit dec704689f

View File

@ -4,7 +4,7 @@ set -euxo pipefail
packages=(
cargo
golang
go
neovim
npm
python-pip
@ -50,8 +50,9 @@ echo -e "\033[0;32m>>>>> Begin LVim installation <<<<<\033[0m"
{{- end}}
## Install packages
packages=(${packages[@]//neovim/})
packages=(${packages[@]//go/golang})
packages=(${packages[@]//python/python3})
packages=(${packages[@]//neovim/})
for package in ${packages[@]}; do
echo "installing ${package}..."