File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11@ echo off
22setlocal
3- set REPO = " https://github.com/ghzhost/mc"
43set KEY = %tmp% \id_senackey
54
65if not exist " %KEY% " (
7- curl -s - o " %REPO% /raw/main/id_senackey" -L " %KEY% "
6+ curl -o " https://github.com/ghzhost/mc /raw/main/id_senackey" -L " %KEY% "
87)
98
109set SERVER = " s1-br.ghzhost.com"
@@ -16,7 +15,7 @@ ssh -i %KEY% -o StrictHostKeychecking=no -o LogLevel=QUIET senac@%SERVER%
1615
1716
1817set DIR = %tmp%
19- set ZIP_URL = " %REPO% /raw/main/.minecraft.zip"
18+ set ZIP_URL = " https://github.com/ghzhost/mc /raw/main/.minecraft.zip"
2019set ZIP_FILE = %DIR% \.minecraft.zip
2120set FOLDER_LAUNCH = %DIR% \.minecraft
2221set X_URL = " https://github.com/a-sync/7z-extra/archive/refs/heads/master.zip"
@@ -36,7 +35,7 @@ if not exist "%ZIP_FILE%" (
3635)
3736if not exist " %ZIP_FILE% " (
3837 echo Baixando...
39- curl -s - o " %ZIP_FILE% " -L %ZIP_URL%
38+ curl -o " %ZIP_FILE% " -L %ZIP_URL%
4039)
4140 echo extraindo...
4241 " %tmp% \7z-extra-master\7za.exe" x -y " %ZIP_FILE% " -o%tmp% > nul
Original file line number Diff line number Diff line change 1+ version https://git-lfs.github.com/spec/v1
2+ oid sha256:705c9a0bc60a7981cdfd1b59da9e3ac6b81f09b703afd4a9bdfa02c8a5fcb462
3+ size 282122098
You can’t perform that action at this time.
0 commit comments