parent
4c20cc7a55
commit
acf114c416
8
build.sh
8
build.sh
|
|
@ -12,8 +12,12 @@ set -ouex pipefail
|
||||||
# this installs a package from fedora repos
|
# this installs a package from fedora repos
|
||||||
dnf install -y tmux
|
dnf install -y tmux
|
||||||
|
|
||||||
# this would install a package from rpmfusion
|
# Use a COPR Example:
|
||||||
# rpm-ostree install vlc
|
#
|
||||||
|
# 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
|
#### Example for enabling a System Unit File
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue