aboutsummaryrefslogtreecommitdiff
path: root/scripts/get_sources.sh
blob: 538d03bee73bce47f7eaf9e8af38fd3c3130ec42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
. ./.vars
cd ${dist_dir}
wget -i ${base_dir}/sources.lst
# Because otherwise it's saved as 'mirror'... *sigh*
wget -O php-7.2.4.tar.xz http://us3.php.net/get/php-7.2.4.tar.xz/from/this/mirror
git clone git://git.suckless.org/sbase
git clone git://git.suckless.org/ubase
git clone git://git.suckless.org/sinit
git clone https://github.com/voidlinux/void-runit
git clone https://github.com/irssi/irssi