Skip to content

Commit 05f8e0d

Browse files
committed
replace deprecated 'dnf update' alias with 'dnf upgrade'
1 parent 0ae7f47 commit 05f8e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linux/Packaging.Linux/install-from-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ case "$distribution" in
163163
fi
164164
;;
165165
fedora | centos | rhel)
166-
$sudo_cmd dnf update -y
166+
$sudo_cmd dnf upgrade -y
167167

168168
# Install dotnet/GCM dependencies.
169169
install_packages dnf install "curl git krb5-libs libicu openssl-libs zlib findutils which bash"

0 commit comments

Comments
 (0)