sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get autoremove
sudo reboot
| <% if moustaches? %> | |
| <script type="text/javascript"> | |
| $(document).ready(function() { | |
| $(".thumbnail img").each(function() { | |
| $(this).attr("src", "http://mustachify.me/?src=" + $(this).attr("src")); | |
| }); | |
| }); | |
| </script> | |
| <% end %> |