Skip to content

Instantly share code, notes, and snippets.

@ccjmne
Last active June 10, 2017 19:01
Show Gist options
  • Save ccjmne/37bdad7dff99ca7e7a36011f6ad59667 to your computer and use it in GitHub Desktop.
Save ccjmne/37bdad7dff99ca7e7a36011f6ad59667 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
mkdir __tmp && cd __tmp
wget https://github.com/ccjmne/orca-deploy/files/1066037/setup.tar.gz && tar -zxvf setup.tar.gz
sed -i *.sh -e 's/\r$//' && chmod +x *.sh && ./setup.sh
mv orca.conf .. && mv update.sh ..
cd - && rm -Rf __tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment