aboutsummaryrefslogtreecommitdiff
path: root/tests/installer-steps/test_required_software.py
Commit message (Collapse)AuthorAgeFilesLines
* feat: add inetutils to the install baseCraig Jennings31 hours1-0/+58
TRAMP's /ftp: method shells out to a command-line ftp client, and Arch ships none by default. inetutils provides /usr/bin/ftp, so I added it to install_required_software. A static test asserts it stays in the base set.