Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Dec 29, 2024
1 parent da392e9 commit ed9e42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_files/desktop-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ rpm --import https://packages.microsoft.com/keys/microsoft.asc
echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | tee /etc/yum.repos.d/vscode.repo
dnf5 install -y code

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

0 comments on commit ed9e42e

Please sign in to comment.