Browse Source

Fix typo in freebsd_install.sh (#9655)

pull/9664/head 0.9.28
Brennan Vincent 3 years ago
committed by GitHub
parent
commit
85e20a5cf4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      util/freebsd_install.sh

+ 1
- 1
util/freebsd_install.sh View File

@ -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 ""


Loading…
Cancel
Save