Mercurial > code > home > repos > infra
changeset 83:9e66c3f17351
add reptyr
author | drewp@bigasterisk.com |
---|---|
date | Sun, 26 Jun 2022 01:41:56 -0700 |
parents | ff60853d7152 |
children | eb38553a6806 |
files | packages.py |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages.py Sun Jun 26 01:41:42 2022 -0700 +++ b/packages.py Sun Jun 26 01:41:56 2022 -0700 @@ -77,7 +77,13 @@ 'oping', 'mtr-tiny', 'tcpdump', + 'reptyr', ]) + if host.name != 'pipe': + apt.packages(packages=[ + 'reptyr', + ]) + vers = '0.25.2' # see https://github.com/kovidgoyal/kitty/releases home = '/home/drewp' local = f"{home}/.local/kitty"