Change the module profile to common.

This commit is contained in:
Lukáš Růžička 2022-02-07 13:27:59 +01:00
parent 42e9f713b2
commit 7945a08271
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ sub run {
# Install a Ruby module.
my $name = "nodejs";
my $stream = "14";
my $profile = "default";
my $profile = "common";
assert_script_run("dnf module install -y $name:$stream/$profile");
# Check that it is listed in the installed list.