mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 20:25:49 +00:00
Update install.sh
This commit is contained in:
parent
d5b4d6778f
commit
4439fa3e7a
1 changed files with 2 additions and 1 deletions
|
|
@ -849,6 +849,7 @@ bootWindows() {
|
||||||
######################################
|
######################################
|
||||||
|
|
||||||
! parseVersion && exit 58
|
! parseVersion && exit 58
|
||||||
|
! parseLanguage && exit 56
|
||||||
! detectCustom && exit 59
|
! detectCustom && exit 59
|
||||||
|
|
||||||
if ! startInstall; then
|
if ! startInstall; then
|
||||||
|
|
@ -857,7 +858,7 @@ if ! startInstall; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -s "$ISO" ] || [ ! -f "$ISO" ]; then
|
if [ ! -s "$ISO" ] || [ ! -f "$ISO" ]; then
|
||||||
if ! downloadImage "$ISO" "$VERSION" "English (United States)"; then
|
if ! downloadImage "$ISO" "$VERSION" "$LANGUAGE"; then
|
||||||
rm -f "$ISO" 2> /dev/null || true
|
rm -f "$ISO" 2> /dev/null || true
|
||||||
exit 61
|
exit 61
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue