Commit graph

723 commits

Author SHA1 Message Date
Gerald Pinder
7b80afde4c fix: Only run setopt when there is a repo ID in the list 2025-05-02 09:44:46 -04:00
Gerald Pinder
d592ff0944 chore: Add list size checks 2025-05-02 09:40:16 -04:00
dependabot[bot]
4d7837d8ef
chore(deps): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 (#409)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](d7d6bc7722...3454372f43)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 3.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 18:34:22 +02:00
fiftydinar
703af905ce
docs(dnf): Fix whitespace 2025-04-27 17:30:03 +02:00
fiftydinar
79829187f2
docs(dnf): Remove known issue about kernel install
It's solved now
2025-04-27 17:27:38 +02:00
fiftydinar
fef0f17870
feat: dnf module (#377)
Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
Co-authored-by: Gerald Pinder <gmpinder@gmail.com>
Co-authored-by: certifiedfoolio <156134535+cherry-os@users.noreply.github.com>
Co-authored-by: xyny <git@xyny.anonaddy.me>
Co-authored-by: somebody once told me <156134535+certifiedfoolio@users.noreply.github.com>
Co-authored-by: franute <franute@gmail.com>
2025-04-27 14:49:39 +00:00
xyny
d12d657371
docs(kargs): fix code block spacing 2025-04-27 08:58:03 +00:00
xyny
fa46e7af69
chore(ci): use hacky way of rebuilding website twice to ensure new modules don't need manual intervention to appear on the website 2025-04-27 08:46:21 +00:00
fiftydinar
7e164fcc21
fix(gnome-extensions): Languages not installed in some extensions
Logic for locale wasn't perfect, noticeable with "Bluetooth Battery Meter" extension, where languages weren't installed, but were available.

This fixes it.
2025-04-27 09:58:09 +02:00
fiftydinar
734656f7cc
feat: kargs module (#388)
* feat: `kargs` module

* fix: ARCH conditions

* docs: Explain arch in module.yml

* docs: Refine kargs documentation

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>

* chore: Add `kargs` to `modules.json`

* docs: Add info about discovering possible kargs

* docs: Use master branch link for kargs

* docs: Some grammar style fix

* docs: Add note about `bootc switch` for kargs to get applied

* chore: slight grammar change

* chore: small grammar change

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2025-04-27 08:45:30 +02:00
fiftydinar
0beaa1738b
fix(gnome-extensions): Non-installed languages regression
Regression was with this fix I thought was working:
4ac40ed042
2025-04-22 18:45:22 +02:00
fiftydinar
ab1c701ccb
docs(gschema-overrides): Some minor additional explanation to zz1- prefix recommendation 2025-04-07 19:20:14 +02:00
fiftydinar
de6a0f3c81
docs(gschema-overrides): Explain why zz1- prefixed gschema override is preferred 2025-04-07 19:17:55 +02:00
dependabot[bot]
9038422545
chore(deps): bump reviewdog/action-shellcheck from 1.29.0 to 1.30.0 (#404)
Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/reviewdog/action-shellcheck/releases)
- [Commits](6e0e63d175...5ebd09ddbe)

---
updated-dependencies:
- dependency-name: reviewdog/action-shellcheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fiftydinar <65243233+fiftydinar@users.noreply.github.com>
2025-03-31 18:02:02 +02:00
dependabot[bot]
280148857d
chore(deps): bump hustcer/setup-nu from 3.18 to 3.19 (#407)
Bumps [hustcer/setup-nu](https://github.com/hustcer/setup-nu) from 3.18 to 3.19.
- [Release notes](https://github.com/hustcer/setup-nu/releases)
- [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md)
- [Commits](e78fff18e2...9859855d6c)

---
updated-dependencies:
- dependency-name: hustcer/setup-nu
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 18:01:24 +02:00
fiftydinar
b83e676695
chore: Use cp --update=none instead of cp -n 2025-03-20 12:45:54 +01:00
fiftydinar
120a5a8086
chore(brew): Simplify unlinking command 2025-03-20 06:32:48 +01:00
fiftydinar
b99fc2890b
chore(brew): Use ublue-os Brew tarball & unlink some crucial system dependencies (#402)
* chore(brew): Use ublue-os Brew tarball & unlink some crucial system dependencies

* chore(brew): Adjust logs

* fix(brew): Don't fail `upgrade` if `systemd` or `dbus` don't exist

* docs(brew): Slight fix

* docs(brew): Fix grammar
2025-03-20 00:11:23 +01:00
fiftydinar
8a040edfae
docs(yafti): Fix indentation 2025-03-18 19:07:14 +01:00
fiftydinar
0159e26bcc
docs(yafti): Add known issue about autostart not working in WMs 2025-03-18 19:06:52 +01:00
dependabot[bot]
43d00fc9ab
chore(deps): bump hustcer/setup-nu from 3.17 to 3.18 (#401)
Bumps [hustcer/setup-nu](https://github.com/hustcer/setup-nu) from 3.17 to 3.18.
- [Release notes](https://github.com/hustcer/setup-nu/releases)
- [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md)
- [Commits](0000000ae6...e78fff18e2)

---
updated-dependencies:
- dependency-name: hustcer/setup-nu
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-17 18:23:16 +01:00
dependabot[bot]
c028349e0c
chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#400)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](9780b0c442...74a5d14239)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-17 18:23:03 +01:00
fiftydinar
4ac40ed042
fix(gnome-extensions): Don't fail if extension is supplied with empty locale folder
Fixes installation of Default Workspace extension, which is packages with an empty `locale` folder.
2025-03-13 19:27:36 +01:00
fiftydinar
797519720b
Fix syntax in brew-fish-completions.fish (#396)
The patch added earlier today to not load brew into the shell
environment for root introduced a syntax error that breaks brew
integration with fish for all users (not just root). This fixes the
error.
2025-03-10 22:22:49 +01:00
Daniel Hast
24c771c694
fix: syntax in brew-fish-completions.fish
Signed-off-by: Daniel Hast <hast.daniel@protonmail.com>
2025-03-10 17:16:20 -04:00
fiftydinar
bbb90bbfe3
fix(justfiles): Log message about grep not finding 60-custom.just 2025-03-10 10:57:29 +01:00
fiftydinar
e66445df32
fix(brew): Prevent loading Homebrew if user is root (thanks to @HastD) 2025-03-10 08:32:01 +01:00
fiftydinar
92f4d285ab
chore(brew): Install zstd using dnf5 also
I only covered installing `gcc` with `dnf5`, but forgot to cover `zstd`.
2025-03-08 14:33:20 +01:00
Patrick Csikos
b09cc41ee2
fix(brew): Fix gcc check for images that already include gcc (#395)
fix(brew): Fix gcc check
2025-03-08 13:59:58 +01:00
RoyalOughtness
4f77bfe362
chore: pin actions to commit hashes (#394) 2025-03-07 07:35:06 +01:00
fiftydinar
1c52771e2b
chore: Switch from using rpm-ostree to using dnf5 in some modules 2025-03-07 01:43:22 +01:00
XiaoYan Li
932a9b5bf1
chore(chezmoi): Fix log message (#393) 2025-02-28 14:35:28 +01:00
fiftydinar
d41ebff897
fix(signing): Build error due to wrong parsing of IMAGE_REGISTRY 2025-02-24 14:20:14 +01:00
xyny
944d02cf37
fix(signing): signature store namespace collision error in images derived from each other (#390) 2025-02-24 08:52:57 +01:00
fiftydinar
69b2ebf1eb
chore(initramfs): Support regenerating initramfs for multiple kernels if installed
Fixes initramfs regeneration for images which use `dnf` to install kernel, like Bazzite.
2025-02-20 08:51:44 +01:00
Mr Sticky Piston
0a11642c79
Use api for flathub app id check to reduce build fails and speedup builds (#387) 2025-02-14 11:39:10 +01:00
fiftydinar
2586223b3e
chore(default-flatpaks): Print message about checking flatpak IDs only if they are inputted 2025-02-12 12:47:09 +01:00
fiftydinar
84264cafae
chore(default-flatpaks): Revert checking flatpak flathub IDs with curl instead of wget
It was not an issue with `curl` after all, it's an issue with flathub OBS page being down with status 500.
2025-02-12 12:45:46 +01:00
fiftydinar
b592ededde
fix(default-flatpaks): Checking flatpak IDs from FlatHub (#385)
For some reason, `curl` started to specifically fail for `com.obsproject.Studio` flatpak ID, which obviously exists.

I thought it's because of Flathub downtime at the moment, but it's not & is consistently reproducible.

Maybe it's a bug introduced with `curl` or something similar, so to solve this issue, `wget --spider` will be used instead.
2025-02-11 21:03:07 +01:00
Gerald Pinder
be0201ce76 fix: Separate models required for separate schema files 2025-01-31 18:28:33 -05:00
Gerald Pinder
d343201724
chore: Update schemas to version all types (#383) 2025-01-30 14:00:08 -05:00
bri
91fb8da525
[bling/1password] add .desktop and icons to install script (#384)
* [bling/1password] add .desktop and icons to install script

Not sure if/how I missed this in the first place a long time ago, lol. just made a new image and couldn't find the menu item!

* chore: Update icon cache when copying icons

---------

Co-authored-by: fiftydinar <65243233+fiftydinar@users.noreply.github.com>
2025-01-30 19:52:14 +01:00
xyny
64da850f5c
docs: fix build badge 2025-01-19 09:40:15 +00:00
Gerald Pinder
8ceb728bcd
fix(rpm-ostree): Update package list to use full path for local packages (#381) 2025-01-05 13:24:24 +01:00
Gerald Pinder
96b78eb3dc
feat: Create a systemd unit to create opt links on boot (#380)
This creates a systemd unit file that will execute on boot and create
symlinks in `/var/opt/` for every directory that exists in
`/usr/lib/opt/`. This removes the need for users to manually create
these links to get programs working like the Brave browser.
2024-12-30 11:42:58 -05:00
Gerald Pinder
1af8f9831c feat: Create a systemd unit to create opt links on boot 2024-12-29 14:20:22 -05:00
Gerald Pinder
49362d8aae
fix(ci): Fix publishing latest tag for default-flatpaks (#379) 2024-12-25 06:08:58 +01:00
fiftydinar
9c40055f29
fix(bling): Negativo17 repo message not being echoed, causing error 2024-12-22 09:57:33 +01:00
fiftydinar
fc4fd865da
chore(signing): Ensure that template policy is copied when signing is insecureAcceptAnything as default 2024-12-17 01:16:40 +01:00
fiftydinar
7451299a5a
fix(signing): Regression in scenario when policy.json doesn't exist in the image
`policy.json` template should be copied in that case, while existing `policy.json` should remain.
2024-12-16 22:59:57 +01:00