summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-05-09 21:19:06 +0200
committer Eric Hameleers <alien@slackware.com>2017-05-09 21:19:06 +0200
commit1189dd4b0e5dd44e9ce5eafc78d2508937c75551 (patch)
tree6ee70d2be7ca3e9bb3f858b5ad68f98e3ebc02d1 /make_slackware_live.sh
parentf42eb5d03f856af2cf57ef0c637ebd0476237a5b (diff)
downloadliveslak-1189dd4b0e5dd44e9ce5eafc78d2508937c75551.tar.gz
liveslak-1189dd4b0e5dd44e9ce5eafc78d2508937c75551.tar.xz
Disable studioware repository in slackpkg+ configuration
The repository metadata is not correct and yields the error: "Repository 'studioware' FAILS the CHECKSUMS.md5 download".
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh6
1 files 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