Initial commit
This commit is contained in:
10
bin/patch-bl
Normal file
10
bin/patch-bl
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd /data
|
||||
|
||||
echo "Patching Blockland..."
|
||||
curl -fsSLJ --clobber -o Blockland.exe $BL_PATCH_EXE_URL
|
||||
curl -fsSLJ --clobber -o RedBlocklandLoader.dll $BL_PATCH_LOADER_URL
|
||||
curl -fsSLJ --clobber --output-dir ./modules/ --create-dirs -o WineFix.dll $BL_PATCH_WINEFIX_URL
|
||||
Reference in New Issue
Block a user