mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
5 lines
156 B
Bash
Executable file
5 lines
156 B
Bash
Executable file
#!/bin/bash
|
|
echo "=== Building Safe Chain Installer for Linux ==="
|
|
echo "TODO: Implement Linux installer build"
|
|
echo "This is a placeholder script."
|
|
exit 0
|