File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ These are user-maintained packages and not official Fedora packages.
215
215
Add the copr repository to your system:
216
216
217
217
``` sh
218
- echo -e "
218
+ echo -e '
219
219
[copr:copr.fedorainfracloud.org:pgdev:ghostty]
220
220
name=Copr repo for Ghostty owned by pgdev
221
221
baseurl=https://download.copr.fedorainfracloud.org/results/pgdev/ghostty/fedora-$releasever-$basearch/
@@ -225,7 +225,7 @@ gpgcheck=1
225
225
gpgkey=https://download.copr.fedorainfracloud.org/results/pgdev/ghostty/pubkey.gpg
226
226
repo_gpgcheck=0
227
227
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
229
229
```
230
230
231
231
After adding the repository, install Ghostty:
You can’t perform that action at this time.
0 commit comments