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
7c16919322
commit
766c704d3d
1 changed files with 2 additions and 6 deletions
|
|
@ -681,12 +681,8 @@ detectImage() {
|
||||||
|
|
||||||
XML=""
|
XML=""
|
||||||
|
|
||||||
if [ -n "$CUSTOM" ]; then
|
if [ -z "$DETECTED" ] && [[ "${version,,}" != "http"* ]]; then
|
||||||
DETECTED=""
|
[ -z "$CUSTOM" ] && DETECTED="$version"
|
||||||
else
|
|
||||||
if [ -z "$DETECTED" ] && [[ "${version,,}" != "http"* ]]; then
|
|
||||||
DETECTED="$version"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$DETECTED" ]; then
|
if [ -n "$DETECTED" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue