Skip to content

Commit 1db4daa

Browse files
author
Your Name
committed
'MC'
1 parent 8f31e73 commit 1db4daa

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.bat

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
@echo off
22
setlocal
3-
set REPO= "https://github.com/ghzhost/mc"
43
set KEY=%tmp%\id_senackey
54

65
if 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

109
set SERVER="s1-br.ghzhost.com"
@@ -16,7 +15,7 @@ ssh -i %KEY% -o StrictHostKeychecking=no -o LogLevel=QUIET senac@%SERVER%
1615

1716

1817
set DIR=%tmp%
19-
set ZIP_URL="%REPO%/raw/main/.minecraft.zip"
18+
set ZIP_URL="https://github.com/ghzhost/mc/raw/main/.minecraft.zip"
2019
set ZIP_FILE=%DIR%\.minecraft.zip
2120
set FOLDER_LAUNCH=%DIR%\.minecraft
2221
set X_URL="https://github.com/a-sync/7z-extra/archive/refs/heads/master.zip"
@@ -36,7 +35,7 @@ if not exist "%ZIP_FILE%" (
3635
)
3736
if 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

.minecraft.zip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:705c9a0bc60a7981cdfd1b59da9e3ac6b81f09b703afd4a9bdfa02c8a5fcb462
3+
size 282122098

0 commit comments

Comments
 (0)