1
0
This commit is contained in:
Jeff Lance 2024-03-01 14:29:31 +01:00
parent 36853e7aeb
commit ae08126597

View File

@ -14,7 +14,6 @@ inf() {
# Packages to install # Packages to install
packages=( packages=(
rustup rustup
go
neovim neovim
npm npm
python-pip python-pip
@ -55,7 +54,7 @@ log "Begin LVim installation"
{{- end}} {{- end}}
## Install packages ## Install packages
packages[1]=golang ## packages[1]=golang
packages=(${packages[@]/python/python3}) packages=(${packages[@]/python/python3})
packages=(${packages[@]/neovim/}) packages=(${packages[@]/neovim/})
packages+=(python3-venv) packages+=(python3-venv)