dotfiles/debian-bootstrap.sh

8 lines
97 B
Bash
Raw Normal View History

2018-10-04 01:14:40 +00:00
#!/bin/sh
apt update
apt upgrade -y
apt full-upgrade -y
2018-10-04 01:22:27 +00:00
apt install -y $(xargs < packages.txt)