Files
debian/12/init.sh
2024-05-01 17:37:45 -04:00

5 lines
70 B
Bash

#!/bin/bash
apt update
apt full-upgrade -y
apt autoremove -y
exec "$@"