summaryrefslogtreecommitdiff
path: root/setup-packages
blob: 4206b5862031a8f635c49ffc36f3fb7251983ee9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

d=$(mktemp -d);
cd "${d}";
pwd;

git clone https://git.adelielinux.org/adelie/packages.git;
cd packages;
git checkout current;

# FIXME: this script needs a lot of work
#./scripts/bootstrap.sh ${TARGET_ARCH};
bash