mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
image_builder: fix Monkey repository URL
This commit is contained in:
@@ -31,7 +31,7 @@ apt-get install --no-install-recommends -y \
|
||||
|
||||
# install Monkey web-server
|
||||
cd /home/pi
|
||||
git clone git@github.com:monkey/monkey.git
|
||||
git clone https://github.com/monkey/monkey.git
|
||||
cd monkey
|
||||
git checkout v1.6.9
|
||||
./configure --malloc-libc --local
|
||||
|
||||
Reference in New Issue
Block a user