Up.
This commit is contained in:
parent
36853e7aeb
commit
ae08126597
@ -14,7 +14,6 @@ inf() {
|
||||
# Packages to install
|
||||
packages=(
|
||||
rustup
|
||||
go
|
||||
neovim
|
||||
npm
|
||||
python-pip
|
||||
@ -55,7 +54,7 @@ log "Begin LVim installation"
|
||||
{{- end}}
|
||||
|
||||
## Install packages
|
||||
packages[1]=golang
|
||||
## packages[1]=golang
|
||||
packages=(${packages[@]/python/python3})
|
||||
packages=(${packages[@]/neovim/})
|
||||
packages+=(python3-venv)
|
||||
|
Loading…
Reference in New Issue
Block a user