From 94dd4ca4e328f233bdede8d4ae41f00c3bf82d5e Mon Sep 17 00:00:00 2001 From: fiorile Date: Sun, 25 Aug 2024 06:25:43 -0400 Subject: [PATCH] ncdu is not ambiguous; latest ncdu is suggested --- neetbsd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neetbsd.sh b/neetbsd.sh index d0880f7..4f41ea8 100644 --- a/neetbsd.sh +++ b/neetbsd.sh @@ -27,7 +27,8 @@ echo 'Installing software for NEETBSD' # BINARY PACKAGES via pkgin echo 'Installing binary packages via the root user using su' echo 'This operation might take a long moment to complete!!' -su root -c 'pkgin install enlightenment firefox-esr xfe grafx2 dillo mumble psi kvirc lxqt-archiver stalonetray htop mc ncdu ufetch wget' # FIX-ME: uncertain packages are left out - xine/mpv(?) and [xterm](terminology) # ncdu is ambiguous +su root -c 'pkgin install enlightenment firefox-esr xfe grafx2 dillo mumble psi kvirc lxqt-archiver stalonetray htop mc ncdu ufetch wget' +# FIX-ME: uncertain packages are left out - xine/mpv(?) and [xterm](terminology) # COMPILATION via various utilities echo 'Software compilation - this operation should be rapid'