mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 09:15:55 +03:00
[GH-ISSUE #90] net-tools package has to be installed #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JtheDBA on GitHub (Nov 29, 2020).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/90
This, again, likely does not need a pull request.
The default installation of Ubuntu server does not include the package
net-toolsso the hardening/ubuntu.sh script fails immediately. A simpleapt install -y net-toolsis all that is needed.I am using a VirtualBox VM and installing from the
ubuntu-20.04.1-live-server-amd64.isodisc using all defaults except for the partitioning where I use a LVM physical volume on a single disk and create logical volumes for all mounts in the readme.md ...This can probably be added in one of the early scripts that define the functions or the main installation script.
Thanks and stay safe.
@konstruktoid commented on GitHub (Nov 29, 2020):
Hi again,
This should be catched by https://github.com/konstruktoid/hardening/blob/master/ubuntu.sh#L22-L34.