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 | |
# Script for quick configuration of an EC2 Server | |
# Installs the necessaries for most PHP Jobs | |
# Run as Root or suffer the consequences of stuff telling you it can't get a lock and whatnot | |
ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime | |
cd /etc/yum.repos.d |