minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-07-23 11:20:33 +03:00
parent 8fbaf6d8dd
commit 46f43c2ca3

View File

@ -61,7 +61,6 @@ FEATURES=(
dnf
flatpak
snap
npm
start-services
@ -116,7 +115,6 @@ PKG_DNF=(
youtube-dl qbittorrent
# tools...
snapd
openssl gpm
mc tmux bat htop
keepassxc
@ -273,15 +271,14 @@ function feature-npm(){
function feature-flatpak(){
@ sudo flatpak remote-add --if-not-exists flathub \
https://flathub.org/repo/flathub.flatpakrepo
@setupList sudo flatpak install - ${PKG_FLATPAK[@]}
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
function feature-snap(){
@ sudo dnf install snapd
@ sudo ln -s /var/lib/snapd/snap /snap
@setupList sudo snap install - ${PKG_SNAP[@]}
}