From a78e99909f64b4de83090020ae5bf1f2c9ebce26 Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 6 Aug 2025 02:40:18 +0000 Subject: [PATCH] Alpine Install aktualisiert --- Alpine-Install.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Alpine-Install.md b/Alpine-Install.md index 2675c85..99c99f5 100644 --- a/Alpine-Install.md +++ b/Alpine-Install.md @@ -1,4 +1,3 @@ - - [x] Download Alpine (Extended-Version): https://www.alpinelinux.org/downloads/ - [x] Mount ISO and boot up your maschine @@ -19,4 +18,13 @@ - [x] Find the Line `#PermitRootLogin prohibit-password` and replace it with `PermitRootLogin yes` -- [x] Restart sshd server with `service sshd restart` \ No newline at end of file +- [x] Restart sshd server with `service sshd restart` + +- [x] Install curl package with `apk add curl` + +- [x] Download Edge-WoL `curl https://git.send.nrw/sendnrw/edge-wol/releases/download/v1.0.0/wol-server-linux-amd +64.tar.gz --output wol-server-linux-amd64.tar.gz` + +- [x] Extract Edge-WoL `tar -xvzf wol-server-linux-amd64.tar.gz` + +- [x] \ No newline at end of file