Skip to content

Instantly share code, notes, and snippets.

@petrkle
Created June 19, 2019 17:17
Show Gist options
  • Save petrkle/0cb76d4d027307e64341f7c67586e466 to your computer and use it in GitHub Desktop.
Save petrkle/0cb76d4d027307e64341f7c67586e466 to your computer and use it in GitHub Desktop.
Slackware update
#!/bin/bash
set -e
slackpkg update
slackpkg install-new
slackpkg upgrade-all
lilo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment