From 1189dd4b0e5dd44e9ce5eafc78d2508937c75551 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 9 May 2017 21:19:06 +0200 Subject: Disable studioware repository in slackpkg+ configuration The repository metadata is not correct and yields the error: "Repository 'studioware' FAILS the CHECKSUMS.md5 download". --- make_slackware_live.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 0309a47..c8bff5e 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1311,15 +1311,15 @@ ALLOW32BIT=off USEBL=1 WGETOPTS="--timeout=20 --tries=2" GREYLIST=on -PKGS_PRIORITY=( restricted alienbob ktown mate studioware ) -REPOPLUS=( slackpkgplus restricted alienbob ktown mate studioware ) +PKGS_PRIORITY=( restricted alienbob ktown mate ) +REPOPLUS=( slackpkgplus restricted alienbob ktown mate ) 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['ktown']=http://bear.alienbase.nl/mirrors/alien-kde/${SL_VERSION}/latest/${SL_ARCH}/ MIRRORPLUS['mate']=http://slackware.uk/msb/${SL_VERSION}/latest/${SL_ARCH}/ -MIRRORPLUS['studioware']=http://slackware.uk/studioware/${SL_VERSION}/ +#MIRRORPLUS['studioware']=http://slackware.uk/studioware/${SL_VERSION}/ EOPL fi -- cgit v1.2.3