Skip to content

Commit

Permalink
fix: update instructions to work on rawhide
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Dec 24, 2024
1 parent 691cb50 commit 7a3a56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/InstallModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const InstallModal: FC<{
}}
>
<SnippetPadder>
{'sudo dnf install --repofrompath "terra,https://repos.fyralabs.com/terra$(rpm -E %fedora)" --setopt="terra.gpgkey=https://repos.fyralabs.com/terra$(rpm -E %fedora)/key.asc" terra-release'}
{"dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release"}
</SnippetPadder>
</Snippet>
</Modal.Body>
Expand Down
2 changes: 1 addition & 1 deletion public/get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ if [ "$ID" != "fedora" ] && [ "$ID_LIKE" != "fedora" ]; then
fi

echo "Please enter your password if prompted."
sudo dnf install -y --repofrompath "terra,https://repos.fyralabs.com/terra$(rpm -E %fedora)" --setopt="terra.gpgkey=https://repos.fyralabs.com/terra$(rpm -E %fedora)/key.asc" terra-release
sudo dnf install -y --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release

0 comments on commit 7a3a56a

Please sign in to comment.