this is still called manifests, but I removed the repo
tool.
the manifests can be found in resy.sh
now.
sudo apt install docker.io
sudo usermod -aG docker ${USER}
sudo reboot
sudo apt install git
pushd ~
wget https://raw.githubusercontent.com/RobertBerger/manifests/master/gitconfig
mv gitconfig .gitconfig
popd
mkdir -p ~/projects/resy-playground
cd ~/projects/resy-playground
sudo ln -sf ~/projects/resy-playground /workdir
you might need to fix some permissions
mkdir -p /workdir/sources
pushd /workdir/sources
git clone https://github.com/RobertBerger/manifests.git
popd
cd /workdir
ln -sf sources/manifests/resy.sh resy.sh
chmod +x resy.sh
./resy.sh
pick e.g. experimental
./resy-poky-container.sh
source resy-cooker.sh