We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c3fa7 commit 0f7b33bCopy full SHA for 0f7b33b
1 file changed
generate/genall.ps1
@@ -6,16 +6,13 @@
6
# Author: OSPanel Dev Team
7
# ================================================================================
8
9
-$env:LC_ALL = "en_US.UTF-8"; $env:LANG = "en_US.UTF-8"
10
-$env:TEMP = "A:"
11
-
12
# ================== SCRIPT CONFIGURATION ==================
13
$JsonPath = "..\resources\matrix\matrix-infodata.json"
14
$BinMatrixPath = "..\resources\matrix\matrix-bin.json"
15
$BaseAddonsDir = "..\addons"
16
$BaseBinDir = "..\bin"
17
$CacheDir = "..\cache" # Cache directory for downloaded files
18
-$UseProxy = $true
+$UseProxy = $false
19
$ProxyUrl = "127.0.0.1:1086"
20
# ==========================================================
21
0 commit comments