This commit is contained in:
Wang Sen Di
2025-11-27 13:37:38 +08:00
parent f6bc7bb5d2
commit d2dba607a2

View File

@@ -11,6 +11,7 @@ __kill_process() {
__download_airship_agent() {
_tmp_path="${_airship_agent_path}.tmp"
echo "download airship-agent to $_tmp_path"
curl -sSfLk https://iaas.ppfs.io/airship/airship-agent-linux-arm-latest -o "$_tmp_path" || return