FIX: seperated build steps

This commit is contained in:
2026-01-06 15:28:30 +01:00
parent b48c399c00
commit b9986c0376
7 changed files with 97 additions and 35 deletions

24
build_files/02_gnome.sh Executable file
View File

@@ -0,0 +1,24 @@
#!/bin/bash
set -ouex pipefail
dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control \
gnome-shell \
gnome-keyring \
gnome-keyring-pam \
gnome-terminal \
gnome-bluetooth \
gnome-calculator \
gnome-disk-utility \
gnome-extensions-app \
gnome-browser-connector \
gnome-backgrounds \
gnome-shell-extension-appindicator
dnf5 install -y \
totem \
nautilus \
seahorse \
evolution \
gstreamer1-plugin-libav
git clone https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator.git /usr/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com