You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct typo 10-10-build.sh to 10-build.sh in documentation
- Fix all references in README.md
- Fix all references in .github/copilot-instructions.md
- Fix all references in custom/ujust/README.md
- Fix all references in custom/flatpaks/README.md
Corrects duplicate '10-' prefix introduced in previous commit.
Copy file name to clipboardExpand all lines: custom/ujust/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ clean-containers:
145
145
146
146
## Important: Package Installation
147
147
148
-
**Do not install packages via dnf5/rpm in ujust commands.** Bootc images are immutable and package installation should happen at build time in [`build/10-10-build.sh`](../../build/10-10-build.sh).
148
+
**Do not install packages via dnf5/rpm in ujust commands.** Bootc images are immutable and package installation should happen at build time in [`build/10-build.sh`](../../build/10-build.sh).
149
149
150
150
For runtime package installation, use:
151
151
-**Brewfiles** - Create shortcuts to Brewfiles in [`custom/brew/`](../brew/)
@@ -192,7 +192,7 @@ just --justfile custom/ujust/custom-apps.just install-something
192
192
-`custom-media.just` - Media editing workflows
193
193
-`custom-dev.just` - Development environment setups
194
194
195
-
All `.just` files in this directory are automatically included. See [`build/10-10-build.sh`](../../build/10-10-build.sh) for the consolidation logic.
195
+
All `.just` files in this directory are automatically included. See [`build/10-build.sh`](../../build/10-build.sh) for the consolidation logic.
0 commit comments