Skip to content

Commit

Permalink
Bring back Monkey setup
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 10, 2024
1 parent d0fa541 commit 3ef0065
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,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
Expand Down

0 comments on commit 3ef0065

Please sign in to comment.