fix: update installation command (#43)
This commit is contained in:
parent
2c954ab4a8
commit
6f5b069023
5
build.sh
5
build.sh
|
|
@ -2,9 +2,6 @@
|
||||||
|
|
||||||
set -ouex pipefail
|
set -ouex pipefail
|
||||||
|
|
||||||
RELEASE="$(rpm -E %fedora)"
|
|
||||||
|
|
||||||
|
|
||||||
### Install packages
|
### Install packages
|
||||||
|
|
||||||
# Packages can be installed from any enabled yum repo on the image.
|
# Packages can be installed from any enabled yum repo on the image.
|
||||||
|
|
@ -13,7 +10,7 @@ RELEASE="$(rpm -E %fedora)"
|
||||||
# https://mirrors.rpmfusion.org/mirrorlist?path=free/fedora/updates/39/x86_64/repoview/index.html&protocol=https&redirect=1
|
# https://mirrors.rpmfusion.org/mirrorlist?path=free/fedora/updates/39/x86_64/repoview/index.html&protocol=https&redirect=1
|
||||||
|
|
||||||
# this installs a package from fedora repos
|
# this installs a package from fedora repos
|
||||||
rpm-ostree install screen
|
dnf install -y tmux
|
||||||
|
|
||||||
# this would install a package from rpmfusion
|
# this would install a package from rpmfusion
|
||||||
# rpm-ostree install vlc
|
# rpm-ostree install vlc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue