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