Fix typo in freebsd_install.sh (#9655)

master
Brennan Vincent 2020-07-05 12:20:46 -04:00 committed by GitHub
parent da5aed6bef
commit 85e20a5cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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