forked from norman/fusionpbx-install.sh-github-mirror
Create install.sh
This commit is contained in:
@@ -16,9 +16,11 @@ pkg upgrade --yes
|
|||||||
if [ -e "/usr/ports" ]; then
|
if [ -e "/usr/ports" ]; then
|
||||||
echo "/usr/ports exists"
|
echo "/usr/ports exists"
|
||||||
portsnap fetch update
|
portsnap fetch update
|
||||||
|
echo "/usr/ports updated"
|
||||||
else
|
else
|
||||||
echo "/usr/ports not found";
|
echo "/usr/ports not found";
|
||||||
portsnap fetch extract
|
portsnap fetch extract
|
||||||
|
echo "/usr/ports added"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#PF - Packet Filter
|
#PF - Packet Filter
|
||||||
|
|||||||
Reference in New Issue
Block a user