summaryrefslogtreecommitdiff
path: root/pst/install-4cd-minimal.sh
AgeCommit message (Collapse)Author
2012-06-02Set bash as required interpreterHEADmasterNick White
2010-02-09Upgrade license to GPLv3+Nick White
After talking with Nick & Tasos, upgrade license to GPLv3+
2010-02-09Use . rather than source to avoid bashismNick White
2009-08-16Work around unshield bugNick White
Basically, if extracting to a directory which was not itself lowercase, unshield would fail. This patch cds to the directory first, to work around the issue. http://sourceforge.net/tracker/?func=detail&aid=2801016&group_id=30550&atid=399601
2009-07-02Merge branch 'master' of http://git.njw.me.uk/gemrb-gameinstallersNick Daly
Conflicts: auto-installer.sh
2009-06-23pass unshield options before extract commandTasos Latsas
2009-06-06Created and integrated teardown method.NickDaly
Now if only I could create a setup method...
2009-06-01Use move_and_remove everywhereNick White
And ensure parent directories are removed, where appropriate
2009-05-25Safely escaped all potentially unsafe variables.nick
And probably a couple already safe ones too.
2009-05-02Merged with latest from upstream.nick
2009-04-21Store MD5 sums as variables, avoid data duplication, increase clarity.nick
2009-04-16Removed obselete FULLGAMENAME refsNick White
2009-04-15Normalised script descriptionsNick White
2009-04-15Added license notice to all filesNick White
2009-04-13Initial importNick White