mirror of
https://github.com/flynx/post-install.git
synced 2025-10-29 02:30:08 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8fbaf6d8dd
commit
46f43c2ca3
@ -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[@]}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user