update various dev tools
This commit is contained in:
parent
2a4a8b3ddd
commit
c61911ea2d
|
@ -10,6 +10,7 @@
|
|||
- keychain
|
||||
- libarchive-tools
|
||||
- mg
|
||||
- nmap
|
||||
- nvi
|
||||
- pandoc
|
||||
- par
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
- lua5.3
|
||||
- luarocks
|
||||
- make
|
||||
- mercurial
|
||||
- pgcli
|
||||
- protobuf-compiler
|
||||
- python3-pip
|
||||
|
@ -29,6 +30,7 @@
|
|||
- sbcl
|
||||
- texinfo
|
||||
- tig
|
||||
- yamllint
|
||||
- zlib1g
|
||||
- zlib1g-dev
|
||||
|
||||
|
@ -118,6 +120,7 @@
|
|||
- syslinux
|
||||
- syslinux-efi
|
||||
- syslinux-utils
|
||||
- whois
|
||||
|
||||
- name: install container and virtualisation management
|
||||
when: dev_virt or dev_full
|
||||
|
|
|
@ -36,7 +36,7 @@ then
|
|||
fi
|
||||
fi
|
||||
|
||||
GOPATH=$HOME
|
||||
export GOPATH=$HOME
|
||||
|
||||
[ -f ~/.cargo/env ] && source $HOME/.cargo/env
|
||||
|
||||
|
|
Loading…
Reference in New Issue