This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -ex | |
exec > >(tee /var/log/user-data.log|logger -t user-data -s 2>/dev/console) 2>&1 | |
# install ThinkUp on DigitalOcean VPS -- Ubuntu: | |
# | |
# @spara 12/23/10 | |
# @waxpancake 1/3/11 | |
# @ingshtrom 4/10/14 | |
# install required packages |