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