File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,22 @@ echo "::group:: ===$(basename "$0")==="
5
5
set -eoux pipefail
6
6
7
7
# Patched shell and switcheroo-control
8
- dnf5 -y swap \
9
- --repo=" terra-extras" \
10
- kf6-kio kf6-kio-$( rpm -qi kf6-kcoreaddons | awk ' /^Version/ {print $3}' )
11
- dnf5 -y swap \
12
- --repo=" terra-extras" \
13
- switcheroo-control switcheroo-control
8
+ dnf5 -y swap \
9
+ --repo=" terra-extras" \
10
+ kf6-kio kf6-kio-$( rpm -q --qf " %{VERSION}" kf6-kcoreaddons)
11
+
12
+ dnf5 -y swap \
13
+ --repo=" terra-extras" \
14
+ switcheroo-control switcheroo-control
14
15
15
16
# Fix for ID in fwupd
16
- dnf5 -y swap \
17
- --repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
18
- fwupd fwupd
17
+ dnf5 -y swap \
18
+ --repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
19
+ fwupd fwupd
20
+
21
+ # Explicitly install KDE Plasma related packages with the same version as in base image
22
+ dnf5 -y install \
23
+ plasma-firewall-$( rpm -q --qf " %{VERSION}" plasma-desktop)
19
24
20
25
# Offline Aurora documentation
21
26
curl --retry 3 -Lo /tmp/aurora.pdf https://github.com/ublue-os/aurora-docs/releases/download/0.1/aurora.pdf
Original file line number Diff line number Diff line change 126
126
" osbuild-selinux" ,
127
127
" p7zip" ,
128
128
" p7zip-plugins" ,
129
- " plasma-firewall" ,
130
129
" podman-bootc" ,
131
130
" podman-compose" ,
132
131
" podman-machine" ,
You can’t perform that action at this time.
0 commit comments