We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update the server
apt-get update && apt-get upgrade -y
Set the appropriate encoding (since we speak spanish in México, we need es_MX.UTF-8)
locale-gen es_MX.UTF-8
Install git-core
apt-get install git-core vim -y
Download the repo
git clone https://github.com/imco/mte-v1.0.git
Go to the folder INSTALL inside mte-v1.0
cd mte-v1.0/INSTALL/
Change file permissions to +x and execute it
./one-click.sh