Skip to content

Commit 0f7b33b

Browse files
committed
Update genall.ps1
1 parent 34c3fa7 commit 0f7b33b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

generate/genall.ps1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66
# Author: OSPanel Dev Team
77
# ================================================================================
88

9-
$env:LC_ALL = "en_US.UTF-8"; $env:LANG = "en_US.UTF-8"
10-
$env:TEMP = "A:"
11-
129
# ================== SCRIPT CONFIGURATION ==================
1310
$JsonPath = "..\resources\matrix\matrix-infodata.json"
1411
$BinMatrixPath = "..\resources\matrix\matrix-bin.json"
1512
$BaseAddonsDir = "..\addons"
1613
$BaseBinDir = "..\bin"
1714
$CacheDir = "..\cache" # Cache directory for downloaded files
18-
$UseProxy = $true
15+
$UseProxy = $false
1916
$ProxyUrl = "127.0.0.1:1086"
2017
# ==========================================================
2118

0 commit comments

Comments
 (0)