Compare commits
2 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f79dd14e43 | ||
| 2485e1e951 |
@@ -152,7 +152,7 @@ data:
|
|||||||
var d = "$";
|
var d = "$";
|
||||||
var q = "'";
|
var q = "'";
|
||||||
return d + 'f="' + d + 'env:TEMP\\mc-install.ps1"; iwr -useb https://minecraft.hexor.cy/clients/win-install.ps1 -OutFile '
|
return d + 'f="' + d + 'env:TEMP\\mc-install.ps1"; iwr -useb https://minecraft.hexor.cy/clients/win-install.ps1 -OutFile '
|
||||||
+ d + 'f; & ' + d + 'f -Username ' + q + username + q + '; Remove-Item ' + d + 'f';
|
+ d + 'f; powershell -ExecutionPolicy Bypass -File ' + d + 'f -Username ' + q + username + q + '; Remove-Item ' + d + 'f';
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById("showInstallBtn").addEventListener("click", function(e) {
|
document.getElementById("showInstallBtn").addEventListener("click", function(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user