first customization

This commit is contained in:
humocs-man
2026-02-17 18:43:19 +01:00
parent c64489d001
commit 07e40fd64f
4 changed files with 9 additions and 80 deletions
+5 -2
View File
@@ -44,10 +44,13 @@ echo "::endgroup::"
echo "::group:: Install Packages"
# Install packages using dnf5
# Example: dnf5 install -y tmux
dnf5 install -y \
fastfetch \
btop \
# Example using COPR with isolated pattern:
# copr_install_isolated "ublue-os/staging" package-name
copr_install_isolated "ryanabx/cosmic-epoch" cosmic-desktop
echo "::endgroup::"