Closed
Description
When running phreakscript on an Arch Linux installation, this prompt appears before trying to install net-tools (when it's already installed)
which: no net-tools in (/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
According to the script it seems to check if a program called net-tools
exists: 868f6e9#diff-e38b426958f10b80b0c2800878509c5dd037d3f71ea3c37aa249f7e665fa82bcR448
Except net-tools isn't a program, and so the script tries to download it over and over again when it's already installed.