mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-18 21:30:05 +10:00
typo
This commit is contained in:
+1
-1
@@ -162,9 +162,9 @@ function Format-LanguageCode {
|
|||||||
function CallLang($clg) {
|
function CallLang($clg) {
|
||||||
|
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
C:\Users\Ps1\Documents\GitHub\SpotX\scripts\installer-lang
|
|
||||||
$urlLang = "https://raw.githubusercontent.com/amd64fox/SpotX/main/scripts/installer-lang/$clg.ps1"
|
$urlLang = "https://raw.githubusercontent.com/amd64fox/SpotX/main/scripts/installer-lang/$clg.ps1"
|
||||||
$ProgressPreference = 'SilentlyContinue'
|
$ProgressPreference = 'SilentlyContinue'
|
||||||
|
|
||||||
try {
|
try {
|
||||||
(Invoke-WebRequest -useb $urlLang).Content | Invoke-Expression
|
(Invoke-WebRequest -useb $urlLang).Content | Invoke-Expression
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user