File: 00-base.sh

package info (click to toggle)
caddy 2.6.2-14
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,876 kB
  • sloc: sh: 730; makefile: 30
file content (7 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/bash

apt-get update -y
DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y -q
apt install -y unattended-upgrades fail2ban
apt autoremove -y
apt autoclean -y