diff options
author | Eric Hameleers <alien@slackware.com> | 2016-07-01 09:43:41 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-07-01 09:43:41 +0200 |
commit | 70368e076e6af293c59aafebaa52120bcd133f4b (patch) | |
tree | 07a2a157ae0bdc2891b4e6254ff0b7c9004c9564 | |
parent | 162bdbc696f45fb19cf50c9c0719c4750e07ec30 (diff) | |
download | liveslak-70368e076e6af293c59aafebaa52120bcd133f4b.tar.gz liveslak-70368e076e6af293c59aafebaa52120bcd133f4b.tar.xz |
Adjust the URL of the Mate repository, in light of the upcoming release.
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 6083ff7..b49556a 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1108,8 +1108,8 @@ MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/ 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}/ - +#MIRRORPLUS['ktown']=http://bear.alienbase.nl/mirrors/alien-kde/${SL_VERSION}/latest/${SL_ARCH}/ +MIRRORPLUS['mate']=http://slackware.uk/msb/${SL_VERSION}/latest/${SL_ARCH}/ EOPL fi |