6 lines
72 B
Bash
6 lines
72 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
on_chroot << EOF
|
||
|
raspi-config nonint do_xcompmgr 0
|
||
|
EOF
|