直接从刚刷好debian系统开始讲
①ssh连接,这里如果连接不上就先执行
ssh-keygen -R 10.42.0.1
这里的ip以实际情况为准
②连接上了就使用
nmtui
连接wifi,如果连不了就尝试关闭热点
nmcli d disconnect wlan0
当然连不了wifi有很多情况
③更新软件包列表
sudo apt update
④安装curl和tar
sudo apt install -y curl tar
⑤使用一键安装脚本
curl -fsSL https://res.oplist.org/script/v4.sh > install-openlist-v4.sh && sudo bash install-openlist-v4.sh
输入1然后回车安装即可
安装完成就可以愉快内网访问了
如果想要外网访问内网穿透或者ipv6+dnss,我目前在用内网穿透,ipv6有机会再研究
0
暂无评论