Update install.sh

This commit is contained in:
FusionPBX
2024-08-24 10:24:15 -06:00
committed by GitHub
parent e906b0caf2
commit 87a729b547

View File

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