RPi-Distro / raspi-config

Configuration tool for the Raspberry Pi
Other
570 stars 209 forks source link

Non interactive call of do_vnc should apply -y flag to apt-get #177

Closed icecube45 closed 2 years ago

icecube45 commented 2 years ago

Running raspi-config nonint do_vnc 0 should not require user interaction. https://github.com/RPi-Distro/raspi-config/blob/master/raspi-config#L836 calls apt-get without -y flag, regardless of nonint or not, this will require user confirmation of new package installation.

XECDesign commented 2 years ago

Thanks