mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-21 23:14:27 +01:00
FIX: seperated build steps
This commit is contained in:
24
build_files/02_gnome.sh
Executable file
24
build_files/02_gnome.sh
Executable 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
|
||||
Reference in New Issue
Block a user