Skip to content

Commit 6de0b63

Browse files
committed
Update bootstrap script
1 parent 44e4c30 commit 6de0b63

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

rpi/Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ and use the [bootstrap.sh](bootstrap.sh) script to set it up:
66

77
```shell
88
# Install Raspberry Pi OS Lite (32bit) (https://www.raspberrypi.com/software/operating-systems/)
9-
# Setup username, password, hostname, ssh and autologin (without desktop) with
9+
# Use username 'ssl' or change it in autologin.conf
10+
# Setup username, password, hostname and ssh with
1011
sudo raspi-config
1112
# Download and extract latest bootstrap archive
1213
wget -qO- https://github.com/RoboCup-SSL/ssl-remote-control/releases/latest/download/bootstrap.tar.gz | tar xvz
1314
# Run bootstrap script
1415
./rpi/bootstrap.sh
16+
# Optionally change the team color to BLUE in ~/.local/share/systemd/user/ssl-remote-control.service
1517
```

rpi/autologin.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[Service]
22
ExecStart=
3-
ExecStart=-/sbin/agetty --autologin pi --noclear %I 38400 linux
3+
ExecStart=-/sbin/agetty --autologin ssl --noclear %I 38400 linux

rpi/ssl-remote-control.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=network-online.target
55

66
[Service]
77
Type=simple
8-
ExecStart=%h/.local/bin/ssl-remote-control
8+
ExecStart=%h/.local/bin/ssl-remote-control -team YELLOW
99
Restart=always
1010

1111
[Install]

0 commit comments

Comments
 (0)