diff --git a/README.md b/README.md index da45f22..688886f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This installs and Configures the following: - Model: Raspberry Pi 4/5 - OS: Raspberry Pi OS (64 Bit) (with the Raspberry Pi Desktop) - Choose SD-Card (\>= 64GB) -- continue +- Click on "Continue" - Optional: Provide WLAN-Keys and/or SSH-Keys - Define Username "user". - Prepare the SD-Card @@ -24,9 +24,12 @@ This installs and Configures the following: replace \with the IP of your pi. ``` ssh user@ +``` +Alternative use a Terminal on the Pi +#### sudo to root +``` sudo su - ``` -Alternative use Console #### Optional: SSH-Keys for root ``` cp -r /home/user/.ssh /root/ @@ -44,17 +47,16 @@ wget https://gitea.ds9.dedyn.io/olli/debian.ansible.kodi/raw/branch/main/raspi.s bash -ex raspi.sh ``` #### Optional: Wireguard VPN client for "mobile clients" -- +- copy the wireguard config file on your Pi (scp/USB-Stick,..) +replace \ with your wireguard-config file ``` nmcli connection import type wireguard file # redirect some services for example a jellyfin hostname echo "192.168.44.1 jellyfin.myhost.tld" >>/etc/hosts ``` - ## Reboot and Kodi should start ``` reboot ``` ## Kodi Remote Password Please change the remote password in Kodi "Settings -> Services" (defaults to xxxx). -