添加注释

This commit is contained in:
mofeng 2023-11-25 23:20:54 +08:00
parent 18ccb7fdae
commit 40ad9aa0b6

View File

@ -9,6 +9,7 @@ if [[ "$PYVER" != *"3.10"* && $(which python3.10) != *"python"* ]]; then
fi
cp ./patch/meson8b-onecloud.dtb /boot/dtb/meson8b-onecloud.dtb && echo "设备树文件覆盖成功!"
#此为危险操作同时会覆盖MBR分区请在没有自行分区前执行否则会丢失分区数据导致挂载了EMMC其他分区的系统无法启动
gzip -dc ./patch/Boot_SkipUSBBurning.gz | dd of=/dev/mmcblk1 && echo "覆盖引导成功!"
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --source mirrors.tuna.tsinghua.edu.cn --updata-software false --web-protocol http && echo "换源成功!"