Update install.sh
This commit is contained in:
parent
87a729b547
commit
84db5c1335
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue