diff --git a/scripts/main.sh b/main.sh similarity index 56% rename from scripts/main.sh rename to main.sh index 456b5f2..35315cc 100644 --- a/scripts/main.sh +++ b/main.sh @@ -5,4 +5,9 @@ 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 +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 \ No newline at end of file