Skip to content

Commit

Permalink
Fixed Brikkit not running on a new installation. Closes #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
n42k committed Sep 13, 2019
1 parent 7749c85 commit be601fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brickadia.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ bGlobalRulesetPhysicsDamage=False`);
execSync(`wget ${BRICKADIA_URL}`, {
stdio: [null, process.stdout, process.stderr]});
execSync(`rm -rf brickadia/*`);
execSync(`mkdir -p brickadia`);
execSync(`pv ${BRICKADIA_FILENAME} | tar xJp -C brickadia`, {
stdio: [null, process.stdout, process.stderr]});
execSync(`rm ${BRICKADIA_FILENAME}`);
Expand Down

0 comments on commit be601fb

Please sign in to comment.