Update install.sh

This commit is contained in:
FusionPBX 2024-08-24 10:25:41 -06:00 committed by GitHub
parent 87a729b547
commit 84db5c1335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if [ .$portsnap_enabled = .'true' ]; then
portsnap fetch && portsnap update
echo "/usr/ports updated"
else
pkg install portsnap
pkg install --yes portsnap
portsnap fetch extract
echo "/usr/ports added"
fi