Install net-tools and ncdu; curl/git already covered

apt install already includes curl and git; adds net-tools and ncdu to the same idempotent apt install so they're present on fresh installs without duplicating already-installed packages.
This commit is contained in:
Claude
2026-08-02 22:15:15 +00:00
parent ca00674e4c
commit b5d37fa646
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -3953,7 +3953,8 @@ first_time_install() {
libegl-mesa0 libegl1-mesa-dev libgles2-mesa-dev \
pipewire pipewire-pulse pipewire-alsa wireplumber pipewire-audio-client-libraries alsa-utils libnotify-bin \
gstreamer1.0-pipewire libspa-0.2-bluetooth \
systemd-timesyncd acpid xbindkeys xdotool python3-evdev unzip
systemd-timesyncd acpid xbindkeys xdotool python3-evdev unzip \
net-tools ncdu
if lspci | grep -i "VGA.*Intel" >/dev/null 2>&1; then
sudo apt install -y intel-gpu-tools xserver-xorg-video-intel \