diff options
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 |
commit | 1189dd4b0e5dd44e9ce5eafc78d2508937c75551 (patch) | |
tree | 6ee70d2be7ca3e9bb3f858b5ad68f98e3ebc02d1 /make_slackware_live.sh | |
parent | f42eb5d03f856af2cf57ef0c637ebd0476237a5b (diff) | |
download | liveslak-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-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 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 |