Browse Source

Fix typo in freebsd_install.sh (#9655)

Brennan Vincent 6 years ago
parent
commit
85e20a5cf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util/freebsd_install.sh

+ 1 - 1
util/freebsd_install.sh

@@ -29,7 +29,7 @@ if [ $(id -u) = 0 ]; then
 else
 else
 	if command -v sudo > /dev/null 2>&1; then
 	if command -v sudo > /dev/null 2>&1; then
 		sudo pkg update
 		sudo pkg update
-		sudp pkg install -y ${packages}
+		sudo pkg install -y ${packages}
 	else
 	else
 		echo "Make sure you run setup as root first to install base OS dependencies..."
 		echo "Make sure you run setup as root first to install base OS dependencies..."
 		echo ""
 		echo ""