Files
openstock/scripts/update.sh
T
Hana 921216e0d3
CI / test (push) Successful in 35s
Add update command
2026-06-09 15:54:35 +09:00

7 lines
185 B
Bash
Executable File

#!/usr/bin/env sh
set -eu
SCRIPT_URL="${OPENSTOCK_INSTALL_SCRIPT_URL:-https://git.hananakick.cc/Autotrade/openstock/raw/branch/main/scripts/install.sh}"
curl -fsSL "$SCRIPT_URL" | sh