mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
Update define.sh
This commit is contained in:
parent
c25edccbde
commit
1248fd5545
1 changed files with 6 additions and 0 deletions
|
|
@ -845,6 +845,8 @@ getLink2() {
|
|||
local size=""
|
||||
local host="https://files.dog/MSDN"
|
||||
|
||||
[[ "${lang,,}" != "en" ]] && [[ "${lang,,}" != "en-us" ]] && return 0
|
||||
|
||||
case "${id,,}" in
|
||||
"win81${PLATFORM,,}" )
|
||||
size=4320526336
|
||||
|
|
@ -937,6 +939,8 @@ getLink3() {
|
|||
local size=""
|
||||
local host="https://file.cnxiaobai.com/Windows"
|
||||
|
||||
[[ "${lang,,}" != "en" ]] && [[ "${lang,,}" != "en-us" ]] && return 0
|
||||
|
||||
case "${id,,}" in
|
||||
"core11" )
|
||||
size=2159738880
|
||||
|
|
@ -1103,6 +1107,8 @@ getLink5() {
|
|||
local size=""
|
||||
local host="https://archive.org/download"
|
||||
|
||||
[[ "${lang,,}" != "en" ]] && [[ "${lang,,}" != "en-us" ]] && return 0
|
||||
|
||||
case "${id,,}" in
|
||||
"core11" )
|
||||
size=2159738880
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue