Skip to content

Commit 3f99d56

Browse files
authored
Merge pull request #322 from manoelhc/main
fix: Change quotes for rpm-ostree installation documentation
2 parents d0ebf4a + 549b309 commit 3f99d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/binary.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ These are user-maintained packages and not official Fedora packages.
223223
Add the copr repository to your system:
224224

225225
```sh
226-
echo -e "
226+
echo -e '
227227
[copr:copr.fedorainfracloud.org:pgdev:ghostty]
228228
name=Copr repo for Ghostty owned by pgdev
229229
baseurl=https://download.copr.fedorainfracloud.org/results/pgdev/ghostty/fedora-$releasever-$basearch/
@@ -233,7 +233,7 @@ gpgcheck=1
233233
gpgkey=https://download.copr.fedorainfracloud.org/results/pgdev/ghostty/pubkey.gpg
234234
repo_gpgcheck=0
235235
enabled=1
236-
enabled_metadata=1" | sudo tee /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:pgdev:ghostty.repo > /dev/null
236+
enabled_metadata=1' | sudo tee /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:pgdev:ghostty.repo > /dev/null
237237
```
238238

239239
After adding the repository, install Ghostty:

0 commit comments

Comments
 (0)