Skip to content

Commit 549b309

Browse files
authored
Merge pull request #1 from manoelhc/manoelhc-docs-rpm-ostree-install-fix
fix: Change quotes for rpm-ostree installation
2 parents 9a9e8e0 + a88f6c4 commit 549b309

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
@@ -215,7 +215,7 @@ These are user-maintained packages and not official Fedora packages.
215215
Add the copr repository to your system:
216216

217217
```sh
218-
echo -e "
218+
echo -e '
219219
[copr:copr.fedorainfracloud.org:pgdev:ghostty]
220220
name=Copr repo for Ghostty owned by pgdev
221221
baseurl=https://download.copr.fedorainfracloud.org/results/pgdev/ghostty/fedora-$releasever-$basearch/
@@ -225,7 +225,7 @@ gpgcheck=1
225225
gpgkey=https://download.copr.fedorainfracloud.org/results/pgdev/ghostty/pubkey.gpg
226226
repo_gpgcheck=0
227227
enabled=1
228-
enabled_metadata=1" | sudo tee /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:pgdev:ghostty.repo > /dev/null
228+
enabled_metadata=1' | sudo tee /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:pgdev:ghostty.repo > /dev/null
229229
```
230230

231231
After adding the repository, install Ghostty:

0 commit comments

Comments
 (0)