diff --git a/install_iot_libs.sh b/install_iot_libs.sh index d170ec5..52a9aa3 100755 --- a/install_iot_libs.sh +++ b/install_iot_libs.sh @@ -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 diff --git a/iotkd_libs/vim b/iotkd_libs/vim new file mode 100755 index 0000000..57486b3 Binary files /dev/null and b/iotkd_libs/vim differ