Skip to content

Instantly share code, notes, and snippets.

@alexandre
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexandre/427addda953afe81bab3 to your computer and use it in GitHub Desktop.
Save alexandre/427addda953afe81bab3 to your computer and use it in GitHub Desktop.
apenas reunindo os comandos especificados pelo Alien Bob para multilib...
SLACKVER=14.1
mkdir multilib
cd multilib
lftp -c "open http://taper.alienbase.nl/mirrors/people/alien/multilib/ ; mirror -c -e ${SLACKVER}"
cd ${SLACKVER}
upgradepkg --reinstall --install-new *.t?z
upgradepkg --install-new slackware64-compat32/*-compat32/*.t?z
echo "[0-9]+alien" >> /etc/slackpkg/blacklist
echo "[0-9]+compat32" >> /etc/slackpkg/blacklist
echo "[0-9]+SBo" >> /etc/slackpkg/blacklist
echo "[0-9]+multilib" >> /etc/slackpkg/blacklist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment