mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Update install.sh
This commit is contained in:
parent
1e295c520a
commit
2eb2aab750
1 changed files with 2 additions and 15 deletions
|
|
@ -31,14 +31,6 @@ set -Eeuo pipefail
|
||||||
[[ "${VERSION,,}" == "win16" ]] && VERSION="win2016-eval"
|
[[ "${VERSION,,}" == "win16" ]] && VERSION="win2016-eval"
|
||||||
[[ "${VERSION,,}" == "win2016" ]] && VERSION="win2016-eval"
|
[[ "${VERSION,,}" == "win2016" ]] && VERSION="win2016-eval"
|
||||||
|
|
||||||
if [[ "${VERSION,,}" == "tiny10" ]]; then
|
|
||||||
VERSION="https://archive.org/download/tiny-10-23-h2/tiny10%20x64%2023h2.iso"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "${VERSION,,}" == "tiny11" ]]; then
|
|
||||||
VERSION="https://archive.org/download/tiny-11-core-x-64-beta-1/tiny11%20core%20x64%20beta%201.iso"
|
|
||||||
fi
|
|
||||||
|
|
||||||
CUSTOM="custom.iso"
|
CUSTOM="custom.iso"
|
||||||
|
|
||||||
[ ! -f "$STORAGE/$CUSTOM" ] && CUSTOM="Custom.iso"
|
[ ! -f "$STORAGE/$CUSTOM" ] && CUSTOM="Custom.iso"
|
||||||
|
|
@ -91,14 +83,9 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
html "$MSG"
|
html "$MSG"
|
||||||
|
|
||||||
TMP="$STORAGE/tmp"
|
TMP="$STORAGE/tmp"
|
||||||
|
[ -z "$MANUAL" ] && MANUAL="N"
|
||||||
if [ -z "$MANUAL" ]; then
|
|
||||||
|
|
||||||
MANUAL="N"
|
|
||||||
[[ "${BASE,,}" == "tiny10"* ]] && MANUAL="Y"
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "$STORAGE/$BASE" ]; then
|
if [ -f "$STORAGE/$BASE" ]; then
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue