Skip to content

Instantly share code, notes, and snippets.

@dotpot
Forked from duggan/setup.sh
Created March 23, 2013 12:44
Show Gist options
  • Save dotpot/5227599 to your computer and use it in GitHub Desktop.
Save dotpot/5227599 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -o nounset
set -o errexit
# Install dependencies
apt-get update
apt-get install -y build-essential lua5.1 liblua5.1-0-dev python python-setuptools python-dev git-core openssl libssl-dev python-pip rsync gcc make git supervisor
pip install seesaw
git clone https://github.com/ArchiveTeam/yahoomessages-grab
cd yahoomessages-grab
./get-wget-lua.sh
git clone https://gist.github.com/5226491.git setup-config && cd setup-config
mv install.sh /etc/init.d/warrior && chmod +x /etc/init.d/warrior
update-rc.d warrior defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment