#cftlib
If you're brand new to ET entirely, see this install script for setting up basic dependencies like installing the AzureCLI and cloning repos etc...
- Get a WSL instance -
wsl --install -d Ubuntu
- Start the WSL instance with
wsl
- Download the script
wget https://gist.githubusercontent.com/JackReevies/9f8c87f357b3bb779e20fb5c5f2774bc/raw/et-onboarding.sh
- Make the script executable
sudo chmod +x et-onboarding.sh