Skip to content

Commit

Permalink
Install nabblockly with pi user
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Dec 19, 2019
1 parent c888ceb commit bada1de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ sudo -u pi git clone -b release https://github.com/nabaztag2018/pynab.git
echo "Installing nabblockly"
sudo apt-get install -y erlang || echo
cd /home/pi/pynab
git clone https://github.com/pguyot/nabblockly
sudo -u pi git clone https://github.com/pguyot/nabblockly
cd nabblockly
wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
./rebar3 release
sudo -u pi wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
sudo -u pi ./rebar3 release

echo "Running pynab install script"
cd /home/pi/pynab
Expand Down

0 comments on commit bada1de

Please sign in to comment.