dot/packages/update-packs.sh

7 lines
122 B
Bash
Raw Normal View History

#!/bin/bash
2020-01-20 01:22:05 +00:00
dpkg --get-selections > package.list
sudo cp -R /etc/apt/sources.list* .
sudo apt-key exportall > repo.keys