Skip to content

Commit 130f902

Browse files
author
Assistant
committed
Point install.sh to tpaulshippy/chief releases
1 parent 451c475 commit 130f902

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh
22
# Chief Install Script
3-
# https://github.com/minicodemonkey/chief
3+
# https://github.com/tpaulshippy/chief
44
#
55
# Usage:
6-
# curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey/chief/refs/heads/main/install.sh | sh
6+
# curl -fsSL https://raw.githubusercontent.com/tpaulshippy/chief/refs/heads/main/install.sh | sh
77
#
88
# Or with a specific version:
9-
# curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey/chief/refs/heads/main/install.sh | sh -s -- --version v0.1.0
9+
# curl -fsSL https://raw.githubusercontent.com/tpaulshippy/chief/refs/heads/main/install.sh | sh -s -- --version v0.1.0
1010
#
1111
# This script:
1212
# - Detects OS (darwin/linux) and architecture (amd64/arm64)
@@ -33,7 +33,7 @@ else
3333
fi
3434

3535
# Configuration
36-
GITHUB_REPO="minicodemonkey/chief"
36+
GITHUB_REPO="tpaulshippy/chief"
3737
BINARY_NAME="chief"
3838
VERSION=""
3939

@@ -215,8 +215,8 @@ parse_args() {
215215
Chief Install Script
216216
217217
Usage:
218-
curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey/chief/refs/heads/main/install.sh | sh
219-
curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey/chief/refs/heads/main/install.sh | sh -s -- --version v0.1.0
218+
curl -fsSL https://raw.githubusercontent.com/tpaulshippy/chief/refs/heads/main/install.sh | sh
219+
curl -fsSL https://raw.githubusercontent.com/tpaulshippy/chief/refs/heads/main/install.sh | sh -s -- --version v0.1.0
220220
221221
Options:
222222
--version, -v VERSION Install a specific version (e.g., v0.1.0)

0 commit comments

Comments
 (0)