Skip to content

Commit

Permalink
Fix installation of nabblocky
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Dec 18, 2019
1 parent 0c626d0 commit 52586e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cd /home/pi
sudo -u pi git clone -b release https://github.com/nabaztag2018/pynab.git

echo "Installing nabblockly"
sudo apt-get install -y erlang
sudo apt-get install -y erlang || echo
cd /home/pi/pynab
git clone https://github.com/pguyot/nabblockly
cd nabblockly
Expand Down

0 comments on commit 52586e2

Please sign in to comment.