Browse Source

Update install.sh

FusionPBX 1 year ago
parent
commit
87a729b547
1 changed files with 1 additions and 0 deletions
  1. 1 0
      freebsd/install.sh

+ 1 - 0
freebsd/install.sh

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