Skip to content

Instantly share code, notes, and snippets.

View weijiangan's full-sized avatar

Wei Jian Gan weijiangan

  • Kuala Lumpur, Malaysia
View GitHub Profile
@weijiangan
weijiangan / fnaUpdate.sh
Last active September 7, 2019 23:36 — forked from TheDaftRick/fnaUpdate.sh
FNA update script for Terraria -requires running the game in 64bit
#!/bin/bash
# FNA Update Script
# Written by Ethan "flibitijibibo" Lee
# Edited by TheDaftRick
#
# Released under public domain.
# No warranty implied; use at your own risk.
#
# Linux guide:
# Place this file fnaUpdate.sh in your Terraria folder
#!/bin/sh -x ## or just ` curl -Ls http://git.io/vRozn | sh `.
## Downloads the Mac OS X 10.10 Recovery Partition update,
## Copy's over the 10.10 version of Disk Utility.app, then
## use git to apply a binary patch so it will run on 10.11+.
cd /tmp
rm -rf DU1010
mkdir DU1010