Fix typo in freebsd_install.sh (#9655)

miryoku-merge-master
Brennan Vincent 6 years ago committed by GitHub
parent da5aed6bef
commit 85e20a5cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save