From 0e3de9f55bb3734fc1570dd9fce7361f4ca632a9 Mon Sep 17 00:00:00 2001 From: Osman <1126756+breadtk@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:23:21 -0500 Subject: [PATCH] Add sudo to dnf commands The `dnf` commands require elevated privileges to enable new COPR repos and to install new binaries. --- docs/install/binary.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install/binary.mdx b/docs/install/binary.mdx index db94f9b8..692aca71 100644 --- a/docs/install/binary.mdx +++ b/docs/install/binary.mdx @@ -203,15 +203,15 @@ These are user-maintained packages and not official Debian packages. Ghostty is available in [Fedora COPR](https://copr.fedorainfracloud.org/coprs/scottames/ghostty/). ```sh -dnf copr enable scottames/ghostty -dnf install ghostty +sudo dnf copr enable scottames/ghostty +sudo dnf install ghostty ``` Ghostty is also available in [Terra](https://terra.fyralabs.com/). ```sh - dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release - dnf install ghostty + sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release + sudo dnf install ghostty ```