Skip to content

Commit

Permalink
build(script): fix missing sudo for dnf group install (#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Sep 28, 2024
1 parent 1071f13 commit b01ba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function run_install() {
add_ubuntu_deps
elif [ "$distro" == "fedora" ]; then
add_fedora_deps
dnf group install "Development Tools" -y
${sudo_cmd} dnf group install "Development Tools" -y
fi

# Install the dependencies
Expand Down

0 comments on commit b01ba38

Please sign in to comment.