#!/bin/sh -e d=$(mktemp -d); cd "${d}"; pwd; git clone https://git.adelielinux.org/adelie/packages.git; cd packages; git checkout current;