Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 1, 2024
1 parent 23ea873 commit 2623235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/ptyxis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
ARCH="x86_64"
FEDORA_MAJOR_VERSION=$(rpm -E %fedora)

wget https://copr.fedorainfracloud.org/coprs/kylegospo/prompt/repo/fedora-/kylegospo-prompt-fedora-${FEDORA_MAJOR_VERSION}.repo?arch=${ARCH} \
wget https://copr.fedorainfracloud.org/coprs/kylegospo/prompt/repo/fedora-${FEDORA_MAJOR_VERSION}/kylegospo-prompt-fedora-${FEDORA_MAJOR_VERSION}.repo?arch=${ARCH} \
-O /etc/yum.repos.d/_copr_kylegospo-prompt.repo

rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:prompt \
Expand Down

0 comments on commit 2623235

Please sign in to comment.