mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Disable monkey
This commit is contained in:
@@ -105,7 +105,6 @@ python3-wstool \
|
||||
python3-rosinstall \
|
||||
build-essential \
|
||||
libffi-dev \
|
||||
monkey \
|
||||
pigpio \
|
||||
i2c-tools \
|
||||
espeak espeak-data \
|
||||
@@ -113,6 +112,7 @@ ntpdate \
|
||||
python3-opencv \
|
||||
python3-pip \
|
||||
libboost-all-dev
|
||||
#monkey \
|
||||
#mjpg-streamer \
|
||||
#python-pip \
|
||||
#ipython \
|
||||
@@ -154,11 +154,11 @@ systemctl enable butterfly.socket
|
||||
echo_stamp "Install ws281x library"
|
||||
my_travis_retry pip3 install --break-system-packages --prefer-binary rpi_ws281x
|
||||
|
||||
echo_stamp "Setup Monkey"
|
||||
mv /etc/monkey/sites/default /etc/monkey/sites/default.orig
|
||||
mv /root/monkey /etc/monkey/sites/default
|
||||
sed -i 's/SymLink Off/SymLink On/' /etc/monkey/monkey.conf
|
||||
systemctl enable monkey.service
|
||||
# echo_stamp "Setup Monkey"
|
||||
# mv /etc/monkey/sites/default /etc/monkey/sites/default.orig
|
||||
# mv /root/monkey /etc/monkey/sites/default
|
||||
# sed -i 's/SymLink Off/SymLink On/' /etc/monkey/monkey.conf
|
||||
# systemctl enable monkey.service
|
||||
|
||||
echo_stamp "Install Node.js"
|
||||
cd /home/pi
|
||||
|
||||
Reference in New Issue
Block a user