setup脚本类型
install下面会有几个setup.xxx的shell脚本。
setup.bash setup.ps1 setup.sh setup.zsh
什么区别呢
文件名 | Shell 类型 | 适用场景 |
---|---|---|
setup.bash | Bash (Linux/macOS) | 标准 Linux/macOS 终端(默认使用) |
setup.sh | 通用 Shell | 兼容性更广,但功能可能受限 |
setup.zsh | Zsh | 适用于 Zsh 用户(如 macOS 默认 shell) |
setup.ps1 | PowerShell | Windows 的 PowerShell 终端 |