Skip to content

Commit

Permalink
Updated install.sh for new repo name (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
LightRider5 authored Jun 6, 2023
1 parent 8c15a66 commit 6801bb4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

set -euo pipefail

if [ ! -z ${GITHUB_ACTIONS-} ]; then
set -x
fi
Expand All @@ -24,7 +23,7 @@ OPTIONS:
EOF
}

git=casey/ord
git=ordinals/ord
crate=ord
url=https://github.com/ordinals/ord
releases=$url/releases
Expand Down Expand Up @@ -98,7 +97,7 @@ if [ -z ${dest-} ]; then
fi

if [ -z ${tag-} ]; then
tag=$(curl --proto =https --tlsv1.2 -sSf https://api.github.com/repos/casey/ord/releases/latest |
tag=$(curl --proto =https --tlsv1.2 -sSf https://api.github.com/repos/ordinals/ord/releases/latest |
grep tag_name |
cut -d'"' -f4
)
Expand Down

0 comments on commit 6801bb4

Please sign in to comment.