henrydenhengst

debian-based-apps-backup-restore

Mar 27th, 2015
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. #
  3. # backup applications
  4. sudo dpkg --get-selections > apps.txt
  5. #
  6. # restore
  7. sudo dpkg --set-selections < apps.txt
  8. sudo dselect
  9. apt-get dselect-upgrade show
Advertisement
Add Comment
Please, Sign In to add comment