脚本安装baota5.9 Published on Jul 7, 2023 in 随笔 with 0 comment baota.sh ```shell docker pull azking/arm64_bt59_lnmp && echo "success" ``` usb.sh ```shell mkdir -p /tmp/introot && mkdir -p /tmp/extroot && mount --bind / /tmp/introot && mount /dev/sda1 /tmp/extroot && tar -C /tmp/introot -cvf - . | tar -C /tmp/extroot -xf - && umount /tmp/introot && umount /tmp/extroot && echo "success" ``` 以上命令运行超慢建议搭配 nohup 命令使用 本文由 admin 创作,采用 知识共享署名4.0 国际许可协议进行许可。本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名。