diff options
Diffstat (limited to 'make_slackware_live.sh')
-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 |