update various dev tools

This commit is contained in:
Kyle Isom 2023-04-14 11:08:16 -07:00
parent 2a4a8b3ddd
commit c61911ea2d
3 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,7 @@
- keychain
- libarchive-tools
- mg
- nmap
- nvi
- pandoc
- par

View File

@ -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

View File

@ -36,7 +36,7 @@ then
fi
fi
GOPATH=$HOME
export GOPATH=$HOME
[ -f ~/.cargo/env ] && source $HOME/.cargo/env