blob: ea449dca436afc2f4298f737a8ec302e3abe7f8b (
plain) (
tree)
|
|
#!/bin/sh -e
d=$(mktemp -d);
cd "${d}";
pwd;
git clone https://git.adelielinux.org/adelie/packages.git;
cd packages;
git checkout 198e0130d845f7466c09a61f3829905d95313c06;
# FIXME: this script needs a lot of work
#./scripts/bootstrap.sh ${TARGET_ARCH};
bash
|