mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-19 04:49:13 +08:00
core: 修复 8398e1e 引起无法进行传统安装的bug
This commit is contained in:
parent
57358d63b2
commit
7ad7295844
9
trans.sh
9
trans.sh
@ -1024,12 +1024,15 @@ elif is_use_cloud_image; then
|
||||
create_part
|
||||
install_cloud_image
|
||||
fi
|
||||
elif [ "$distro" = "windows" ]; then
|
||||
install_windows
|
||||
else
|
||||
create_part
|
||||
mount_part
|
||||
if [ "$distro" = "windows" ]; then
|
||||
install_windows
|
||||
else
|
||||
install_redhat_ubuntu
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$sleep" = 2 ]; then
|
||||
exit
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user