From 53bf68570eb9c5ee1a423aee69c7c99cd52b6134 Mon Sep 17 00:00:00 2001 From: fiorile Date: Sun, 25 Aug 2024 15:31:19 -0400 Subject: [PATCH] mpv cause xine seems buggy and less popular --- neetbsd.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/neetbsd.sh b/neetbsd.sh index fc09ce1..08c55ad 100644 --- a/neetbsd.sh +++ b/neetbsd.sh @@ -6,9 +6,9 @@ # # DETAILS # -# NEETBSD packages: enlightenment firefox-esr xfe grafx2 xine/mpv(?) dillo -# qbittorrent mumble psi kvirc lxqt-archiver stalonetray -# eterm htop mc ncdu ufetch wget +# NEETBSD packages: enlightenment firefox-esr xfe grafx2 mpv dillo mumble +# qbittorrent psi kvirc lxqt-archiver stalonetray eterm +# nano htop mc ncdu ufetch wget # NEETBSD extras: neetpkg.sh (graphical package manager) # # LICENSE @@ -27,7 +27,7 @@ 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 eterm htop mc ncdu ufetch wget' +su root -c 'pkgin -y install enlightenment firefox-esr xfe grafx2 mpv dillo mumble qbittorrent psi kvirc lxqt-archiver stalonetray eterm nano htop mc ncdu ufetch wget' # FIX-ME: uncertain packages are left out - xine/mpv(?) # COMPILATION via various utilities