Skip to content

Commit

Permalink
Committing before syncing with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Apr 26, 2016
1 parent 860e7a2 commit 6b3368e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/kamikaze.conf
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ python-watchdog=0.8.3-1 \
python-netaddr=0.7.17-1 \
python-pyserial=2.7-1 \
python-sockjs-tornado=1.0.1-1 \
python-gi-cairo \
python-cairo \
"
#

Expand Down
9 changes: 9 additions & 0 deletions target/chroot/kamikaze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ unsecure_root () {
fi
}

install_octoprint () {
cd /opt/source/
wget https://github.com/foosel/OctoPrint/archive/master.tar.gz
tar xf master.tar.gz
mv OctoPrint-master/ OctoPrint
cd OctoPrint
python setup.py install
}


todo () {
#stuff i need to package in repos.rcn-ee.com
Expand Down

0 comments on commit 6b3368e

Please sign in to comment.