赞
踩
armbian安装Homeassistant之系统优篇
由于固件、软件、镜像等持续更新,本文仅代表当前所使用版本的流畅安装记录。行文略长,关键代码处会配以截图展示,请自行对比是否存在差异导致安装失败!如有疏忽之处,还请见谅!刷机有风险,请慎重选择,一切源于本文造成的后果自负,笔者概不负责!
需要armbian系统部分设置进行优化,以方便后期安装Homeassistant
用MobaXterm软件SSH登录armbian系统后
右侧树状结构中,单击红色圈处,返回键进入/根目录
进入/etc/apt
目录中
选中sources.list
文件右键,用默认文本编辑器打开
打开后如下所示
给所有的deb http://前添加#注释改条参数
空行处粘贴复制一下参数
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
#deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
#deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
#deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
#deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
保存即可,按下图操作
以上操作修改了armbian的官方源(因为官方源在国外拉取速度特别慢),修改为国内源镜像站后apt update 速度非常快
然后命令行处输入
apt-get update && apt-get upgrade
进行更新
根据你的网速armbian系统将进行升级更新旧的软件,耐心等待
更新完后是这样,如果失败可以多更新几次
命令行处输入
armbian-config
选中Personal >Locales>下滑到最下面
**空格选中zh_CN.UTF-8,UTF-8
**设置为系统默认语言,按住TAB键切换到ok
然后选择zh_CN.UTF-8
,按住TAB键切换到ok。
等待一会
下载完返回如下页面,如果你能看到确认说明文字装好了,如果是乱码需要手动安装中文库
apt-get install fonts-wqy-zenhei
选择back
exit退出,重启后系统环境就变成中文的了。
重启(一定要重启机顶盒)后输入一下apt 看看成功了没~
再试一次 ,欧克!(教程中有几张图片我借用别人的,我就懒得截图了,操作是没问题的)
https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/documents/README.cn.md
其余设置可以参考ophub大佬的文章。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。