取消更改

This commit is contained in:
mofeng 2023-11-29 16:44:02 +08:00
parent e2d5694d24
commit 93e1d3a955

View File

@ -36,7 +36,7 @@ if [ -f "./installed.txt" ]; then
rm /etc/kvmd/nginx/ssl/server.key
echo "跳过覆盖引导!"
else
gzip -dc ./patch/Boot_SkipUSBBurning.gz | dd of=/dev/mmcblk1 bs=512 seek=1 && echo "One-KVM V0.4" >> installed.txt && echo "覆盖引导成功!"
gzip -dc ./patch/Boot_SkipUSBBurning.gz | dd of=/dev/mmcblk1 && echo "One-KVM V0.4" >> installed.txt && echo "覆盖引导成功!"
fi