Browse Source

mpv cause xine seems buggy and less popular

master
fiorile 1 month ago
parent
commit
53bf68570e
  1. 8
      neetbsd.sh

8
neetbsd.sh

@ -6,9 +6,9 @@
# #
# DETAILS # DETAILS
# #
# NEETBSD packages: enlightenment firefox-esr xfe grafx2 xine/mpv(?) dillo # NEETBSD packages: enlightenment firefox-esr xfe grafx2 mpv dillo mumble
# qbittorrent mumble psi kvirc lxqt-archiver stalonetray # qbittorrent psi kvirc lxqt-archiver stalonetray eterm
# eterm htop mc ncdu ufetch wget # nano htop mc ncdu ufetch wget
# NEETBSD extras: neetpkg.sh (graphical package manager) # NEETBSD extras: neetpkg.sh (graphical package manager)
# #
# LICENSE # LICENSE
@ -27,7 +27,7 @@ echo 'Installing software for NEETBSD'
# BINARY PACKAGES via pkgin # BINARY PACKAGES via pkgin
echo 'Installing binary packages via the root user using su' echo 'Installing binary packages via the root user using su'
echo 'This operation might take a long moment to complete!!' 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(?) # FIX-ME: uncertain packages are left out - xine/mpv(?)
# COMPILATION via various utilities # COMPILATION via various utilities

Loading…
Cancel
Save