aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-12-28 14:31:52 +0100
committer Eric Hameleers <alien@slackware.com>2020-12-28 14:31:52 +0100
commit43027af429653e602f553e5e6199044699d155c6 (patch)
treeedb22eda1296bbdd5a0944d8a563573fbc12441b
parentd41455cd2d4138de3c42ed937067211574c6f3cb (diff)
downloadliveslak-43027af429653e602f553e5e6199044699d155c6.tar.gz
liveslak-43027af429653e602f553e5e6199044699d155c6.tar.xz
Prefer ktown 'latest' to 'testing' repository
The 'testing' repository is not guaranteed to be available.
-rwxr-xr-xmake_slackware_live.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 9679843..8005575 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1740,15 +1740,15 @@ MIRRORPLUS['mate']=http://slackware.uk/msb/${SL_VERSION}/latest/${SL_ARCH}/
EOPL
# Use the appropriate ktown variant:
eval $( grep "^ *VARIANT=" ${LIVE_TOOLDIR}/pkglists/plasma5.conf)
- if [ "$VARIANT" = "latest" ]; then
+ if [ "$VARIANT" = "testing" ]; then
cat <<EOPL >> etc/slackpkg/slackpkgplus.conf
-#MIRRORPLUS['ktown']=http://slackware.nl/alien-kde/${SL_VERSION}/testing/${SL_ARCH}/
-MIRRORPLUS['ktown']=http://slackware.nl/alien-kde/${SL_VERSION}/latest/${SL_ARCH}/
+#MIRRORPLUS['ktown']=http://slackware.nl/alien-kde/${SL_VERSION}/latest/${SL_ARCH}/
+MIRRORPLUS['ktown']=http://slackware.nl/alien-kde/${SL_VERSION}/testing/${SL_ARCH}/
EOPL
else
cat <<EOPL >> etc/slackpkg/slackpkgplus.conf
-#MIRRORPLUS['ktown']=http://slackware.nl/alien-kde/${SL_VERSION}/latest/${SL_ARCH}/
-MIRRORPLUS['ktown']=http://slackware.nl/alien-kde/${SL_VERSION}/testing/${SL_ARCH}/
+#MIRRORPLUS['ktown']=http://slackware.nl/alien-kde/${SL_VERSION}/testing/${SL_ARCH}/
+MIRRORPLUS['ktown']=http://slackware.nl/alien-kde/${SL_VERSION}/latest/${SL_ARCH}/
EOPL
fi
fi