mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 12:10:07 +09:00
Remove spurious sudo from apt-get.
This commit is contained in:
parent
476a8b3a0d
commit
a677daf849
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
raspi-config (20170704) stretch; urgency=medium
|
||||||
|
|
||||||
|
* Remove unnecessary sudo from apt-get
|
||||||
|
|
||||||
|
-- Simon Long <simon@raspberrypi.org> Tue, 04 Jul 2017 10:28:55 +0100
|
||||||
|
|
||||||
raspi-config (20170627) stretch; urgency=medium
|
raspi-config (20170627) stretch; urgency=medium
|
||||||
|
|
||||||
* Change configuration for GL driver - no compton, keep fbturbo, allow on Pi 1 and Pi 0
|
* Change configuration for GL driver - no compton, keep fbturbo, allow on Pi 1 and Pi 0
|
||||||
|
@ -605,7 +605,7 @@ do_vnc() {
|
|||||||
fi
|
fi
|
||||||
if [ $RET -eq 0 ]; then
|
if [ $RET -eq 0 ]; then
|
||||||
if [ ! -d /usr/share/doc/realvnc-vnc-server ] ; then
|
if [ ! -d /usr/share/doc/realvnc-vnc-server ] ; then
|
||||||
sudo apt-get install realvnc-vnc-server
|
apt-get install realvnc-vnc-server
|
||||||
fi
|
fi
|
||||||
systemctl enable vncserver-x11-serviced.service &&
|
systemctl enable vncserver-x11-serviced.service &&
|
||||||
systemctl start vncserver-x11-serviced.service &&
|
systemctl start vncserver-x11-serviced.service &&
|
||||||
|
Loading…
Reference in New Issue
Block a user