From d8d73058de50711234aea9956e6b6225d40c8520 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 14 May 2025 22:36:21 +1200 Subject: [PATCH] README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dec825..9f0b7ef 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,11 @@ curl -fsSL https://gitea.jde.nz/public/dropshell/releases/download/latest/server ``` Manual steps: -1. asdf -1. kjrew +1. `apt install curl wget jq` +1. `curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && rm get-docker.sh` +1. `curl -fsSL https://gitea.jde.nz/public/bb64/releases/download/latest/install.sh | bash` +1. `useradd -m dropshell && usermod -aG docker dropshell && chsh -s /bin/bash dropshell` +1. Put appropriate ssh keys in `/home/dropshell/.ssh/authorized_keys` +1. Test ssh'ing into the server. + +