standard-build/setup.sh

13 lines
366 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:57:48 +01:00
rm -rf /etc/nginx/sites-enabled/default
git clone https://git.162536.xyz/drunkendog/standard-build.git