Skip to content

Commit d5e2c70

Browse files
authored
Merge pull request #1 from ublue-os/main
[pull] main from ublue-os:main
2 parents 7cbfc29 + ebc5207 commit d5e2c70

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Containerfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
190190
glibc-all-langpacks \
191191
glibc-gconv-extra \
192192
|| true && \
193+
rpm-ostree override replace \
194+
--experimental \
195+
--from repo=updates \
196+
libxcrypt \
197+
|| true && \
193198
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
194199
rpm-ostree override replace \
195200
--experimental \
@@ -415,7 +420,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
415420
RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
416421
rpm-ostree install \
417422
discover-overlay \
418-
sunshine-fix \
423+
sunshine \
419424
python3-pip \
420425
libadwaita \
421426
duperemove \
@@ -436,6 +441,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
436441
tailscale \
437442
webapp-manager \
438443
btop \
444+
duf \
439445
fish \
440446
lshw \
441447
xdotool \
File renamed without changes.

spec_files/sunshine-fix/sunshine-fix.spec spec_files/sunshine/sunshine.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Name: sunshine-fix
2-
Version: 2024.911.215655
1+
Name: sunshine
2+
Version: 2025.101.215655
33
Release: 100%{?dist}
44
Summary: Corrects a name change issue between original unofficial sunshine builds and the new official ones
55
License: GPLv2
@@ -10,7 +10,7 @@ Source0: LICENSE
1010

1111
Requires: Sunshine
1212
Provides: sunshine = %{version}
13-
Obsoletes: sunshine <= %{version}
13+
Obsoletes: sunshine < %{version}
1414

1515
%description
1616
Corrects a name change issue between original unofficial sunshine builds and the new official ones

system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ screens:
6363
description: Toggles pwfeedback on.
6464
default: true
6565
packages:
66-
- Toggle password feedback: sudo -A ujust toggle-password-feedback enable
66+
- Toggle password feedback: sudo -A ujust toggle-password-feedback on
6767
Hide GRUB Menu:
6868
description: Hide the GRUB menu on boot
6969
default: false

0 commit comments

Comments
 (0)