diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 680d128..081b8c4 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1377,6 +1377,12 @@ MIRRORPLUS['mate']=http://slackware.uk/msb/${SL_VERSION}/latest/${SL_ARCH}/ EOPL fi +# Slackpkg wants you to opt-in on slackware-current: +if [ "${SL_VERSION}" = "current" ]; then + mkdir -p /var/lib/slackpkg + touch /var/lib/slackpkg/current +fi + ARCH=${SL_ARCH} /usr/sbin/slackpkg -batch=on update gpg ARCH=${SL_ARCH} /usr/sbin/slackpkg -batch=on update # Let any lingering .new files replace their originals: |