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