1 Star 0 Fork 0

float996/aws-iot-fleetwise-edge

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-fwe.sh 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
Geoff Phillips 提交于 2023-03-06 15:50 +08:00 . Release v1.0.4
#!/bin/sh
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
set -e
./tools/deploy/stop-fwe.sh
mkdir -p /var/aws-iot-fleetwise
cp build/src/executionmanagement/aws-iot-fleetwise-edge /usr/bin/
cp tools/deploy/run-fwe.sh /usr/bin/
cp tools/deploy/fwe@.service /lib/systemd/system/
./tools/deploy/start-and-enable-fwe.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/float996/aws-iot-fleetwise-edge.git
git@gitee.com:float996/aws-iot-fleetwise-edge.git
float996
aws-iot-fleetwise-edge
aws-iot-fleetwise-edge
main

搜索帮助