There was an error while loading. Please reload this page.
1 parent 6faf5ac commit 32afe35Copy full SHA for 32afe35
3 files changed
.goreleaser.yaml
@@ -37,7 +37,7 @@ checksum:
37
38
release:
39
github:
40
- owner: marc-826
+ owner: 1to10partners
41
name: seven
42
43
changelog:
README.md
@@ -13,7 +13,7 @@
13
POC: a simple curl-based installer for macOS and Linux:
14
15
```sh
16
-curl -fsSL https://raw.githubusercontent.com/marc-826/seven/main/scripts/install.sh | sh
+curl -fsSL https://raw.githubusercontent.com/1to10partners/seven/main/scripts/install.sh | sh
17
```
18
19
### Use it in an existing repo
scripts/install.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env sh
2
set -e
3
4
-REPO="marc-826/seven"
+REPO="1to10partners/seven"
5
BINARY="seven"
6
7
if [ -n "$SEVEN_INSTALL_DIR" ]; then
0 commit comments