This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# BearPi HarmonyOS 一键安装脚本 - 用于安装和构建手表/养花机项目 | |
# 使用方法: curl -fsSL https://gist.githubusercontent.com/stx-x/c3e67ebca51d0951cd79e0741f63f9ce/raw/2030436743c463011a8f6a0811869be04a3eb053/install.sh | bash -s -- [watch|flower] | |
# 依赖项版本: | |
# - Python 3.8 | |
# - Node.js 14.19.3 | |
# - prompt-toolkit 1.0.15 | |
# - @ohos/hpm-cli 1.4 | |
# |