This file contains 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
# Start this script while logged in as root. | |
# Preparations: | |
# Update manually with yum if it's a new OS installation. | |
# yum update -y && reboot | |
yum install wget curl -y | |
mkdir /downloads | |
cd /downloads | |