Update install.sh
This commit is contained in:
parent
c72302c431
commit
a11befb75a
|
|
@ -13,7 +13,7 @@ verbose "Update installed packages"
|
|||
pkg upgrade --yes
|
||||
|
||||
#Update the ports
|
||||
if [ -d "/usr/ports/www" ]
|
||||
if [ -d "/usr/ports/www" ]; then
|
||||
portsnap fetch extract
|
||||
else
|
||||
portsnap fetch update
|
||||
|
|
|
|||
Loading…
Reference in New Issue