Some versions of ubuntu don't have git installed by default, install using:
sudo apt-get install -y git
Load the installers using this command. Further instructions will be given in terminal emulator window:
git clone https://github.com/Radoslaw-K/dotfiles && source dotfiles/installwizard.bash
When running on LXD containers, SSL certificate issues may arise when cloning git branch, this is solved by running:
git config --global http.sslVerify false
