Add update command
CI / test (push) Successful in 35s

This commit is contained in:
2026-06-09 15:54:35 +09:00
parent 5110df995f
commit 921216e0d3
6 changed files with 162 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/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