Add 'scripts/main.sh'

pull/4/head
drunkendog 2022-09-22 19:07:41 +01:00
parent a742f29e41
commit 9a9036dc6d
1 changed files with 10 additions and 0 deletions

10
scripts/main.sh Normal file
View File

@ -0,0 +1,10 @@
#!/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
sh get-docker.sh