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
ec029b0a29
commit
a390fea449
1 changed files with 3 additions and 3 deletions
|
|
@ -177,7 +177,7 @@ abortInstall() {
|
||||||
|
|
||||||
startInstall() {
|
startInstall() {
|
||||||
|
|
||||||
local magic ver desc
|
local magic desc
|
||||||
local msg="Windows is being started, please wait..."
|
local msg="Windows is being started, please wait..."
|
||||||
|
|
||||||
if [ -f "$STORAGE/$CUSTOM" ]; then
|
if [ -f "$STORAGE/$CUSTOM" ]; then
|
||||||
|
|
@ -202,8 +202,8 @@ startInstall() {
|
||||||
if ! skipInstall && [ ! -f "$STORAGE/$BASE" ]; then
|
if ! skipInstall && [ ! -f "$STORAGE/$BASE" ]; then
|
||||||
|
|
||||||
desc=$(printVersion "$VERSION")
|
desc=$(printVersion "$VERSION")
|
||||||
[ -z "$desc" ] && ver="" || ver="$desc "
|
[ -z "$desc" ] && desc="Windows"
|
||||||
msg="Windows ${ver}is being downloaded, please wait..."
|
msg="$desc is being downloaded, please wait..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue