Compare commits

..

No commits in common. "667edd236473ea7caef8e99ba38099439efdf18b" and "a21d6a61e7c54d3e96718fa56f4cae99cf685ac8" have entirely different histories.

View File

@ -79,7 +79,6 @@ FEATURES=(
flathub
dnf
dnf-remove
flatpak
npm
vim
@ -186,7 +185,7 @@ PKG_DNF=(
# networking...
syncthing
tor obfs4 nyx
tor obfs4
yt-dlp qbittorrent httrack
# tools...
@ -280,12 +279,6 @@ PKG_DNF=(
${PKG_DNF_LATEX[@]}
)
PKG_DNF_REMOVE=(
gnome-tour
gnome-shell-extension-background-logo
gnome-shell-extension-apps-menu
)
# XXX
PKG_TERMUX=(
@ -412,8 +405,6 @@ EOF
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# NOTE: if using exclude=... first remove the package and then add it
# to exclude=...
function feature-dnf-config(){
if [ -z "$(grep 'f_lynx/post-install' /etc/dnf/dnf.conf)" ] ; then
echo Updating config
@ -458,9 +449,6 @@ function feature-dnf(){
@ sudo dnf update ${DNF_ARGS}
@setupList sudo dnf install ${DNF_ARGS} - ${PKG_DNF[@]}
}
function feature-dnf-remove(){
@setupList sudo dnf remove ${DNF_ARGS} - ${PKG_DNF_REMOVE[@]}
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -