mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Fix public binary install flow
This commit is contained in:
parent
cbb312e74f
commit
816b24d05e
8 changed files with 75 additions and 40 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
REPO_SLUG="${REPO_SLUG:-ModernRelay/omnigraph-public}"
|
||||
REPO_SLUG="${REPO_SLUG:-ModernRelay/omnigraph}"
|
||||
SOURCE_REF="${SOURCE_REF:-main}"
|
||||
INSTALL_DIR="${INSTALL_DIR:-$HOME/.local/bin}"
|
||||
TMP_ROOT="${TMPDIR:-/tmp}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue