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 - keychain
- libarchive-tools - libarchive-tools
- mg - mg
- nmap
- nvi - nvi
- pandoc - pandoc
- par - par

View File

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

View File

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