Page 1 of 1

raspi-config missing

Posted: Sun Jun 04, 2023 3:24 pm
by KK4GGL
I have pi-star Pi-Star:4.1.5 running on a RPi 3b+. When I ssh in and issue raspi-config I get

Code: Select all

bash: raspi-config: command not found
as user pi-star and root (su -, sudo su). Is this no longer installed? If not can I just install it using apt?

Re: raspi-config missing

Posted: Sun Jun 04, 2023 6:38 pm
by KN2TOD
Yes!

Code: Select all

rpi-rw
sudo apt install -y raspi-config
rpi-ro

Re: raspi-config missing

Posted: Sun Jun 04, 2023 8:03 pm
by KK4GGL
Thanks