Arduino Yun cheat sheet: Difference between revisions

Line 776: Line 776:
### opkg upgrade temboo
### opkg upgrade temboo
opkg install ca-certificates
opkg install ca-certificates
opkg install dosfsck
opkg install unzip
opkg install unzip
opkg install screen
opkg install screen
opkg install logrotate
opkg install logrotate
opkg install diffutils
opkg install diffutils
</syntaxhighlight>
<syntaxhighlight lang="bash" enclose="div">
opkg install dosfsck
dosfsck -t -a -w /dev/sdb1
</syntaxhighlight>
</syntaxhighlight>