rt profile ___Prerequisites-commands:Ubuntu16.04.5LTS sudo apt-get -y update udo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat cpio python python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping ___END ___RepoInstall-commands:Ubuntu16.04.5LTS mkdir -p ~/bin curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo export PATH=~/bin:$PATH ___END ___RepoClone-commands: mkdir enea-linux cd enea-linux repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git -b refs/tags/Enea_Linux_8.0 -m /default.xml repo sync ___END