mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-04 09:15:42 +00:00
build(script): fix missing sudo for dnf group install (#3227)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user