1. 一键脚本
wget --no-check-certificate https://gitee.com/harry7988/scattered_script_file_ubuntu/raw/master/HexoInstallHelper.sh && chmod 777 HexoInstallHelper.sh && ./HexoInstallHelper.sh
注意: - 本脚本会关闭防火墙。 - 会安装Git、Nodejs等必要软件。
2. 适用系统
- ubuntu16.04及以上。
3. 测试环境
- 已成功再本地虚拟机(VisualBox)测试成功
- 已成功在腾讯云测试成功
4. 备注
- 脚本编写根据Hexo.io教程(中文)