X-Git-Url: https://git.logografos.com/?a=blobdiff_plain;f=bashs%2Fshell%20scrips%2Fmultilib-install-current~;fp=bashs%2Fshell%20scrips%2Fmultilib-install-current~;h=9ef28b915edf58d0c1bed06eb53339873717f10c;hb=0c0fda90598863400a5d44f65617e24024b720e0;hp=0000000000000000000000000000000000000000;hpb=1d60c3487d401b90a74b7f5e5c2a7785215ceab8;p=dcc-suckless-config diff --git a/bashs/shell scrips/multilib-install-current~ b/bashs/shell scrips/multilib-install-current~ new file mode 100755 index 0000000..9ef28b9 --- /dev/null +++ b/bashs/shell scrips/multilib-install-current~ @@ -0,0 +1,8 @@ +#!/bin/bash +cd /tmp +mkdir multilib +cd multilib +wget -r -np -nd -l1 --accept=*.t?z http://www.slackware.com/~alien/multilib/current/ +lftp -c 'open http://slackware.com/~alien/multilib/ ; mirror -c -e 15.0' +upgradepkg --reinstall --install-new *.t?z +upgradepkg --reinstall --install-new slackware64-compat32/*-compat32/*.t?z