Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Dec 29, 2024
1 parent ed9e42e commit a4d2e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_files/desktop-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com
dnf5 install -y code

# ghostty
dnf copr enable pgdev/ghostty
dnf install ghostty
dnf -y copr enable pgdev/ghostty
dnf install -y ghostty
sed -i "s@enabled=1@enabled=0@" /etc/yum.repos.d/_copr*.repo

0 comments on commit a4d2e1e

Please sign in to comment.