We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab4340 commit 49f8e63Copy full SHA for 49f8e63
1 file changed
setup.sh
@@ -167,7 +167,7 @@ if [ "$DISTRO" == "raspbian" ]; then
167
# Set up Raspberry Pi to boot into the desktop environment
168
sudo raspi-config nonint do_boot_behaviour B4
169
170
- if [ "$(echo $@ | grep '--multimon')" != "" ]; then
+ if [ "$(echo "./setup --multimon" | grep -- --multimon)" != "" ]; then
171
172
# Enable HDMI output for both monitors
173
sudo bash -c 'cat <<EOL >> /boot/config.txt
0 commit comments