From 00963797fe1489cf034a81b9470cc917a12a6255 Mon Sep 17 00:00:00 2001 From: fiorile Date: Sun, 25 Aug 2024 14:09:20 -0400 Subject: [PATCH] eterm for now cause terminology isn't available --- neetbsd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neetbsd.sh b/neetbsd.sh index d9c6a2b..fc09ce1 100644 --- a/neetbsd.sh +++ b/neetbsd.sh @@ -8,7 +8,7 @@ # # NEETBSD packages: enlightenment firefox-esr xfe grafx2 xine/mpv(?) dillo # qbittorrent mumble psi kvirc lxqt-archiver stalonetray -# [xterm](terminology) htop mc ncdu ufetch wget +# eterm htop mc ncdu ufetch wget # NEETBSD extras: neetpkg.sh (graphical package manager) # # LICENSE @@ -27,8 +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 -y 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) +su root -c 'pkgin -y install enlightenment firefox-esr xfe grafx2 dillo mumble psi kvirc lxqt-archiver stalonetray eterm htop mc ncdu ufetch wget' +# FIX-ME: uncertain packages are left out - xine/mpv(?) # COMPILATION via various utilities echo 'Software compilation - this operation should be rapid'