standard-build/main.sh

13 lines
283 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-09-22 19:14:27 +01:00
apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git
git clone https://git.162536.xyz/drunkendog/standard-build.git
cd scripts
exec bash