diff options
author | Eric Hameleers <alien@slackware.com> | 2016-05-19 12:23:21 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-05-19 12:23:21 +0200 |
commit | fbf742e42d344aec6f0add4ae6540d523fd42601 (patch) | |
tree | ae34d90c543079f9840e0f96399671b463ff872f /make_slackware_live.sh | |
parent | 09daba9faf7801a031fd8f04be41561cc8235cfa (diff) | |
download | liveslak-fbf742e42d344aec6f0add4ae6540d523fd42601.tar.gz liveslak-fbf742e42d344aec6f0add4ae6540d523fd42601.tar.xz |
slackpkg+: my package repository is no longer hosted on taper but on bear.
The URLs mentioning 'taper' instead of 'bear' will still work because
the webserver on taper will do automatic redirection to bear.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 4b91793..2c370c9 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1082,9 +1082,9 @@ 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/${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['restricted']=http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/${SL_VERSION}/${SL_ARCH}/ +MIRRORPLUS['alienbob']=http://bear.alienbase.nl/mirrors/people/alien/sbrepos/${SL_VERSION}/${SL_ARCH}/ +MIRRORPLUS['ktown_testing']=http://bear.alienbase.nl/mirrors/alien-kde/${SL_VERSION}/testing/${SL_ARCH}/ MIRRORPLUS['mate_testing']=http://slackware.uk/msb/testing/1.12/${SL_ARCH}/ EOPL |