parent
4c20cc7a55
commit
acf114c416
8
build.sh
8
build.sh
|
|
@ -12,8 +12,12 @@ set -ouex pipefail
|
|||
# this installs a package from fedora repos
|
||||
dnf install -y tmux
|
||||
|
||||
# this would install a package from rpmfusion
|
||||
# rpm-ostree install vlc
|
||||
# Use a COPR Example:
|
||||
#
|
||||
# dnf5 -y copr enable ublue-os/staging
|
||||
# dnf5 -y install package
|
||||
# Disable COPRs so they don't end up enabled on the final image:
|
||||
# dnf5 -y copr disable ublue-os/staging
|
||||
|
||||
#### Example for enabling a System Unit File
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue