standard-build/setup.sh

11 lines
302 B
Bash
Raw Normal View History

2022-09-22 19:07:41 +01:00
#!/bin/bash
set -e
export DEBIAN_FRONTEND=noninteractive
apt-get update -y
apt-get upgrade -y
apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq
2023-08-24 15:49:53 +01:00
2022-09-22 19:27:44 +01:00
rm -rf /etc/nginx/sites-available/default
2023-08-26 19:54:36 +01:00
rm -rf /etc/nginx/sites-enabled/default