diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1
index 178fb218..1b402c09 100644
--- a/Download_Sophia.ps1
+++ b/Download_Sophia.ps1
@@ -8,6 +8,7 @@
.EXAMPLE
iwr script.sophia.team -useb | iex
#>
+
Clear-Host
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
@@ -37,8 +38,8 @@ if ($Host.Version.Major -eq 5)
}
# https://github.com/PowerShell/PowerShell/issues/21070
-$Script:CompilerParameters = [System.CodeDom.Compiler.CompilerParameters]::new("System.dll")
-$Script:CompilerParameters.TempFiles = [System.CodeDom.Compiler.TempFileCollection]::new($env:TEMP, $false)
+$Script:CompilerParameters = [System.CodeDom.Compiler.CompilerParameters]::new("System.dll")
+$Script:CompilerParameters.TempFiles = [System.CodeDom.Compiler.TempFileCollection]::new($env:TEMP, $false)
$Script:CompilerParameters.GenerateInMemory = $true
$Parameters = @{
diff --git a/README.md b/README.md
index d8f8a532..172a907b 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,13 @@ Made with
of Windows
+
+
+
+
+
+
+
This page is also available in other languages
diff --git a/docs/README_de-de.md b/docs/README_de-de.md
index ff51872d..4e03ecff 100644
--- a/docs/README_de-de.md
+++ b/docs/README_de-de.md
@@ -42,6 +42,13 @@ Mit 
+
+
+
+
+
This page is also available in other languages
diff --git a/docs/README_ru-ru.md b/docs/README_ru-ru.md
index 11892e99..d8dc7b11 100644
--- a/docs/README_ru-ru.md
+++ b/docs/README_ru-ru.md
@@ -42,6 +42,13 @@
+
+
+
+
+
+
+
This page is also available in other languages
diff --git a/docs/README_uk-ua.md b/docs/README_uk-ua.md
index 981c6686..85366f19 100644
--- a/docs/README_uk-ua.md
+++ b/docs/README_uk-ua.md
@@ -42,6 +42,13 @@
+
+
+
+
+
+
+
This page is also available in other languages