Skip to content

Commit 06f41bd

Browse files
committed
Update the dangerous script
1 parent 3ec0976 commit 06f41bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

get_dlc_dangerously

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if test -f `dirname "$0"`"/Kore/get_dlc_dangerously"; then
2727
git -C `dirname "$0"` submodule update --remote --merge Kore
2828
else
2929
git -C `dirname "$0"` submodule update --init --remote Kore
30-
git -C `dirname "$0"`/Kore checkout main
30+
git -C `dirname "$0"`/Kore checkout v2
3131
fi
3232

3333
bash `dirname "$0"`/Kore/get_dlc_dangerously

get_dlc_dangerously.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@git submodule update --remote --merge Kore
2222
) else (
2323
@git submodule update --init --remote Kore
24-
@git -C Kore checkout main
24+
@git -C Kore checkout v2
2525
)
2626
@call Kore\get_dlc_dangerously.bat
2727
@popd

0 commit comments

Comments
 (0)