www: simplify showing image version on the main page

Using a clover_version symlink instead of shell node
This commit is contained in:
Oleg Kalachev
2021-05-01 08:49:27 +03:00
parent e0ca1272bb
commit 4943cb94b0
3 changed files with 7 additions and 5 deletions

View File

@@ -149,6 +149,7 @@ my_travis_retry pip install --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 "Install Node.js"