1
0
mirror of https://github.com/dockur/windows.git synced 2026-06-13 21:59:36 +08:00

fix: Local variable declaration (#1736)

This commit is contained in:
Kroese
2026-05-17 10:51:00 +02:00
committed by GitHub
parent 8c57b119cf
commit 2412a3ed18
4 changed files with 7 additions and 7 deletions
+2 -1
View File
@@ -49,7 +49,7 @@ handle_curl_error() {
get_agent() {
local user_agent
local browser_version
# Determine approximate latest Firefox release
browser_version="$((124 + ($(date +%s) - 1710892800) / 2419200))"
@@ -273,6 +273,7 @@ download_windows_eval() {
culture=$(getLanguage "$lang" "culture")
local country="${culture#*-}"
local iso_download_links=""
local iso_download_page_html=""
local url="https://www.microsoft.com/en-us/evalcenter/download-$windows_version"