[add]安装脚本添加io基础配置脚本
This commit is contained in:
parent
0da8c35f89
commit
c5cc39c454
@ -588,6 +588,15 @@ EOF
|
||||
fi
|
||||
#fi
|
||||
|
||||
|
||||
|
||||
if [ "oe2203_aarch64" = "$OS_DEFINE" ]; then
|
||||
|
||||
gpio85_path=${script_path}/others/setup-gpio85-systemd.sh
|
||||
chmod +x ${gpio85_path}
|
||||
${gpio85_path}
|
||||
fi
|
||||
|
||||
echo "INFO:安装成功:$app_name"
|
||||
|
||||
exit 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user