Install tools for serial communication

This commit is contained in:
Ohad Livne 2025-06-04 22:46:49 +03:00
parent 940261786a
commit dc58bb23db
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 4 additions and 0 deletions

View file

@ -40,6 +40,7 @@ DEB_PKGS=(
magic-wormhole
make
markdown
minicom
mpv
network-manager-openvpn
nmap
@ -95,6 +96,7 @@ META_PKGS=(
PIPX_PKGS=(
# keep-sorted start
rshell
# keep-sorted end
)

View file

@ -5,3 +5,5 @@ systemctl --user enable --now syncthing.service
mkdir -p ~/Pictures/screenshots
pre-commit install
sudo usermod --append --groups dialout ohad