aboutsummaryrefslogtreecommitdiff
blob: 5e8068d1612aa6a0267a45204855b3a8fc8e2f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

bin/update-devaway.sh || exit 1
bin/update-downloads.sh || exit 1
bin/update-glsa.sh || exit 1
bin/update-mirrors.sh || exit 1
bin/update-packages.sh || exit 1
bin/update-planet.sh || exit 1
bin/update-use.sh || exit 1
bin/update-userinfo.sh || exit 1
bin/update-wiki.sh || exit 1