Raspberry Pi Setup
Test1 Raspbian Pi Lite
Install with user/pass = pi/raspberry
setup auto login
To open the file in nano type the following command:
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
Scroll to the end of the file and add the following to the file to configure your network:
network={ ssid="Wifi Network" psk="SecretPassWord" }
Remember to replace this with your own network name and password.
At first, we have to update our packages. Open a terminal and type in:
sudo apt-get update
Then, you can install it also by using the packet manager:
sudo apt-get install chromium-browser –yes
https://die-antwort.eu/techblog/2017-12-setup-raspberry-pi-for-kiosk-mode/