standard-build/setup.sh

18 lines
431 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
2022-12-14 20:00:25 +00:00
apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup
2022-09-22 19:14:27 +01:00
2023-08-24 15:49:53 +01:00
python3 -m pip install docker
2022-09-22 19:27:44 +01:00
rm -rf /etc/nginx/sites-available/default
rm -rf /etc/nginx/sites-enabled/default
2022-09-22 19:14:27 +01:00
git clone https://git.162536.xyz/drunkendog/standard-build.git
2022-09-22 19:43:38 +01:00
cd standard-build/scripts
2022-09-22 19:14:27 +01:00
exec bash