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'