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 @@ -223,7 +223,7 @@ These are user-maintained packages and not official Fedora packages.
223
223
Add the copr repository to your system:
224
224
225
225
``` sh
226
- echo -e "
226
+ echo -e '
227
227
[copr:copr.fedorainfracloud.org:pgdev:ghostty]
228
228
name=Copr repo for Ghostty owned by pgdev
229
229
baseurl=https://download.copr.fedorainfracloud.org/results/pgdev/ghostty/fedora-$releasever-$basearch/
@@ -233,7 +233,7 @@ gpgcheck=1
233
233
gpgkey=https://download.copr.fedorainfracloud.org/results/pgdev/ghostty/pubkey.gpg
234
234
repo_gpgcheck=0
235
235
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
237
237
```
238
238
239
239
After adding the repository, install Ghostty:
You can’t perform that action at this time.
0 commit comments