From 743b3a687fa5fb933c82a54d9ad9a710f43eed43 Mon Sep 17 00:00:00 2001 From: Dr John Vidler Date: Sun, 8 Sep 2024 13:04:57 +0100 Subject: [PATCH] Removed BepInEx directory creation. Let it do it itself --- launch.d/10-bepinex | 3 --- 1 file changed, 3 deletions(-) diff --git a/launch.d/10-bepinex b/launch.d/10-bepinex index 5340d97..0eedd2d 100644 --- a/launch.d/10-bepinex +++ b/launch.d/10-bepinex @@ -10,9 +10,6 @@ if [ ! -d BepInEx/config ]; then echo "Downloading BepInEx version ${MOD_BEPINEX_VERSION}" curl -LO "https://github.com/BepInEx/BepInEx/releases/download/v${MOD_BEPINEX_VERSION}/BepInEx_linux_x64_${MOD_BEPINEX_VERSION}.zip" unzip "BepInEx_linux_x64_${MOD_BEPINEX_VERSION}.zip" - - mkdir -p BepInEx/config/ - mkdir -p BepInEx/plugins/ fi # Update the runner script to have our executable