Skip to content

Commit

Permalink
installation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 5, 2021
1 parent b59b503 commit f304a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ install-ui:
wget -O - https://raw.githubusercontent.com/audstanley/NodeJs-Raspberry-Pi/master/Install-Node.sh | sudo bash

# get latest pioreactorUI release from Github.
git clone https://github.com/Pioreactor/pioreactorui.git /home/pi/ --depth 1
git clone https://github.com/Pioreactor/pioreactorui.git /home/pi/pioreactorui --depth 1
# Use below to not have to use git
# mkdir /home/pi/pioreactorui
# curl -L https://api.github.com/repos/pioreactor/pioreactorui/tarball | tar -zxv -C /home/pi/pioreactorui --strip-components=1
Expand Down

0 comments on commit f304a65

Please sign in to comment.