mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update install.sh
This commit is contained in:
parent
24af64ef4e
commit
3c115f1117
1 changed files with 2 additions and 2 deletions
|
|
@ -531,7 +531,7 @@ detectLegacy() {
|
||||||
desc="Windows Server 2003"
|
desc="Windows Server 2003"
|
||||||
info "Detected: $desc" && error "$desc is not supported yet!" && exit 54
|
info "Detected: $desc" && error "$desc is not supported yet!" && exit 54
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$dir/WIN51IA" ] || [ -f "$dir/WIN51IB" ] || [ -f "$dir/WIN51ID" ] || [ -f "$dir/WIN51IL" ] || [ -f "$dir/WIN51IS" ]; then
|
if [ -f "$dir/WIN51IA" ] || [ -f "$dir/WIN51IB" ] || [ -f "$dir/WIN51ID" ] || [ -f "$dir/WIN51IL" ] || [ -f "$dir/WIN51IS" ]; then
|
||||||
desc="Windows Server 2003"
|
desc="Windows Server 2003"
|
||||||
info "Detected: $desc" && error "$desc is not supported yet!" && exit 54
|
info "Detected: $desc" && error "$desc is not supported yet!" && exit 54
|
||||||
|
|
@ -559,7 +559,7 @@ detectImage() {
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if ! setXML "" && [[ "$MANUAL" != [Yy1]* ]]; then
|
if ! setXML "" && [[ "$MANUAL" != [Yy1]* ]]; then
|
||||||
MANUAL="Y"
|
MANUAL="Y"
|
||||||
desc=$(printEdition "$DETECTED" "this version")
|
desc=$(printEdition "$DETECTED" "this version")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue