Up.
This commit is contained in:
parent
36853e7aeb
commit
ae08126597
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user