Skip to content

Commit

Permalink
Added vim binary for IoT build.
Browse files Browse the repository at this point in the history
  • Loading branch information
workdao-adam committed Sep 3, 2014
1 parent 3dc6137 commit 88f91f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_iot_libs.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/sh

echo "installing hostapd, libnl 1.1, rsync, and busybox-i586 binaries"
echo "installing hostapd, libnl 1.1, rsync, vim, and busybox-i586 binaries"
cd iotkd_libs/
cp libnl.so.1 /usr/lib
cp hostapd /usr/bin
cp hostapd_cli /usr/bin
cp busybox-i586 /usr/bin
cp rsync /usr/bin
cp vim /usr/local/bin
Binary file added iotkd_libs/vim
Binary file not shown.

0 comments on commit 88f91f4

Please sign in to comment.