ansible fixed

parent df568ddf
Showing with 5 additions and 0 deletions
#!/bin/bash
# keymap and system encoding
echo "-- Configuring encoding and locale"
sudo localectl set-keymap es
export LANG=en_US.UTF-8
echo "-- Installing build-essentials and g++"
sudo apt-get update
sudo apt-get install build-essential g++
# installing ansible
echo "-- Installing ansible"
if [ -e "/usr/bin/apt-get" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment