Installs Ubuntu configurations
- If on VM
- Install Guest Additions
- Bootstrap
- Copy 'Bootstrap' to terminal
- Execute Bootstrap
- Configure your profile
- Create a user profile in "user_profiles/" from template "user_profiles/__DEMO__.yml"
./go.sh -s -p ubuntu -u {user_profile}
sudo apt install -y python3 python3-pip python3-setuptools git \
&& sudo pip3 install ansible \
&& git clone https://github.com/OurFriendIrony/ansible.git /tmp/ansible \
&& cd /tmp/ansible