Replies: 1 comment
-
感谢分享经验 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
此教程参考于Abin17618的R3300L安装armbian(bullseye 23.08.0)并装OMV,已发私信给Abin17618,如有侵犯会立即删除。
1、首先安装好armbian系统,然后更换更换国内源:
我使用的是LinuxMirrors的一键更换执行命令https://supermanito.github.io/LinuxMirrors/use/
执行此命令:
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
2、更新软件:
执行此命令:
apt update && apt upgrade -y
3、手动安装 openmediavault 密钥环:
执行以下命令:
4、添加清华源软件包储存库加速
部分参考了https://mirrors.tuna.tsinghua.edu.cn/help/openmediavault/
执行以下命令:
5、启动科学环境或者使用Windows启动clash,使用clash的http代理端口
可文件里面最下面添加下面三条命令:(其中192.168.2.240更换为Windows的IP)
6、OMV自动安装的脚本,装完后包含omv-extras插件:

执行以下命令:
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
可能要等不少于半小时吧,根据视网络情况而定。搞定后会自动重启。
看到这条就说明安装完毕了等重启即可
IP address may change and you could lose connection if running this script via ssh
PS:安装到最后可能会更换IP,这个时候进路由器看一下新的IP地址即可。
在浏览器输入http://机顶盒的ip地址就可以打开OMV的登陆界面了,登录的默认账号是admin,默认密码是openmediavault。
到此就安装完毕了。
Beta Was this translation helpful? Give feedback.
All reactions