mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Add extra artifact for linuxstatic, change install script to use it.
This commit is contained in:
parent
50f20cc30d
commit
eb32da49aa
2 changed files with 12 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ error() {
|
|||
# Detect OS
|
||||
detect_os() {
|
||||
case "$(uname -s)" in
|
||||
Linux*) echo "linux" ;;
|
||||
Linux*) echo "linuxstatic" ;;
|
||||
Darwin*) echo "macos" ;;
|
||||
*) error "Unsupported operating system: $(uname -s)" ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue