mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
FEAT: add ffmpeg
This commit is contained in:
@@ -45,6 +45,7 @@ It may be necessary to create your own keys: https://github.com/CheariX/silverbl
|
|||||||
- fzf
|
- fzf
|
||||||
- direnv
|
- direnv
|
||||||
- wl-clipboard
|
- wl-clipboard
|
||||||
|
- ffmpeg
|
||||||
- Flatpak (with default repository configured)
|
- Flatpak (with default repository configured)
|
||||||
- Chromium
|
- Chromium
|
||||||
- VSCode
|
- VSCode
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ dnf5 update -y
|
|||||||
dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de
|
dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de
|
||||||
dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control gnome-shell gnome-keyring gnome-keyring-pam gnome-bluetooth gnome-terminal nautilus seahorse evolution gnome-extensions-app gnome-browser-connector gnome-shell-extension-appindicator
|
dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control gnome-shell gnome-keyring gnome-keyring-pam gnome-bluetooth gnome-terminal nautilus seahorse evolution gnome-extensions-app gnome-browser-connector gnome-shell-extension-appindicator
|
||||||
dnf5 install -y gnome-calculator gnome-disk-utility gnome-backgrounds
|
dnf5 install -y gnome-calculator gnome-disk-utility gnome-backgrounds
|
||||||
dnf5 install -y curl git btop nvtop tmux flatpak pciutils tailscale make fzf direnv wl-clipboard chromium
|
dnf5 install -y curl git btop nvtop tmux flatpak pciutils tailscale make fzf direnv wl-clipboard chromium ffmpeg-free
|
||||||
git clone https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator.git /usr/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com
|
git clone https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator.git /usr/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com
|
||||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
echo "LANG=de_DE.UTF-8" >> /etc/default/locale
|
echo "LANG=de_DE.UTF-8" >> /etc/default/locale
|
||||||
|
|||||||
Reference in New Issue
Block a user