dotfiles/debian-bootstrap.sh

8 lines
97 B
Bash

#!/bin/sh
apt update
apt upgrade -y
apt full-upgrade -y
apt install -y $(xargs < packages.txt)