raspi-config missing

General support for the Pi-Star System
Post Reply
KK4GGL
Posts: 7
Joined: Wed May 31, 2023 5:02 pm

raspi-config missing

Post 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?
KN2TOD
Posts: 264
Joined: Sun Nov 11, 2018 6:36 pm

Re: raspi-config missing

Post by KN2TOD »

Yes!

Code: Select all

rpi-rw
sudo apt install -y raspi-config
rpi-ro
KK4GGL
Posts: 7
Joined: Wed May 31, 2023 5:02 pm

Re: raspi-config missing

Post by KK4GGL »

Thanks
Post Reply