diff --git a/views/default.handlebars b/views/default.handlebars
index c1ab3031..6dcf7e85 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -2866,7 +2866,7 @@
function addAgentToMesh(meshid) {
if (xxdialogMode) return false;
var mesh = meshes[meshid], x = '', installType = 0;
- x += addHtmlValue('Operating System', '');
+ x += addHtmlValue('Operating System', '');
x += '
';
x += addHtmlValue('Installation Type', '');
x += '
';
@@ -2886,7 +2886,7 @@
// Linux agent install
x += "
To add a computer to " + EscapeHtml(mesh.name) + " run the following command. Root credentials will be needed. ";
x += '';
- x += "
";
+ x += "
* For BSD, run \"pkg install wget sudo bash\" first.
";
// MacOS agent install
x += "
To add a new computer to device group \"" + EscapeHtml(mesh.name) + "\", download the mesh agent and install it the computer to manage. This agent installer has server and device group information embedded within it.