diff options
author | Eric Hameleers <alien@slackware.com> | 2015-12-24 18:03:52 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2015-12-24 18:03:52 +0100 |
commit | d7e4aa612370ccd92c5a7fe0ea3f3e37b83629e3 (patch) | |
tree | 14c4772e95ae2ba4a0d1e3cebf5e49c8560dbdd7 | |
parent | 67987fe2a0c2d26e3247f77e8a21577d8ceee7f5 (diff) | |
download | liveslak-d7e4aa612370ccd92c5a7fe0ea3f3e37b83629e3.tar.gz liveslak-d7e4aa612370ccd92c5a7fe0ea3f3e37b83629e3.tar.xz |
Add Mate repository info if we are adding slackpkg+.
-rwxr-xr-x | make_slackware_live.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 3df1cf4..cd308fb 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -825,9 +825,10 @@ GREYLIST=on PKGS_PRIORITY=( restricted alienbob ktown_testing ) REPOPLUS=( slackpkgplus restricted alienbob ktown_testing ) MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/ -MIRRORPLUS['restricted']=http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/current/x86_64/ -MIRRORPLUS['alienbob']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/current/x86_64/ -MIRRORPLUS['ktown_testing']=http://taper.alienbase.nl/mirrors/alien-kde/current/testing/x86_64/ +MIRRORPLUS['restricted']=http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/${SL_VERSION}/${SL_ARCH}/ +MIRRORPLUS['alienbob']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/${SL_VERSION}/${SL_ARCH}/ +MIRRORPLUS['ktown_testing']=http://taper.alienbase.nl/mirrors/alien-kde/${SL_VERSION}/testing/${SL_ARCH}/ +MIRRORPLUS['mate_testing']=http://slackware.uk/msb/testing/1.12/${SL_ARCH}/ EOPL fi |