From c4d018067107823da2d19efc8f5c75515f21e0b0 Mon Sep 17 00:00:00 2001 From: olevole Date: Sat, 16 Oct 2021 22:17:20 +0300 Subject: [PATCH] fix typo --- installation_on_freebsd.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installation_on_freebsd.html b/installation_on_freebsd.html index 7779a5e..5ecaebf 100644 --- a/installation_on_freebsd.html +++ b/installation_on_freebsd.html @@ -206,6 +206,7 @@ portsnap fetch extract
  • Install ClonOS dependencies:
    +pkg update -f
     pkg install -y lang/python38 lang/php80 net/libvncserver security/gnutls databases/sqlite3 shells/bash www/npm \
     www/nginx sysutils/cbsd security/ca_root_nss www/node security/sudo net/beanstalkd devel/git devel/pkgconf \
     www/php80-session archivers/php80-zip databases/php80-sqlite3 databases/php80-pdo_sqlite www/php80-opcache lang/go
    @@ -497,7 +498,7 @@ cbsd initenv
     						

    8) Init web user database:

    -sh /usr/local/cbsd/modules/forms.d/clonos_database/initforms.sh
    +sh /usr/local/cbsd/modules/clonos_database/initforms.sh
     						

    @@ -522,7 +523,7 @@ npm install .

    -11) 11) Create symlink from python3 to valid python bin: +11) Create symlink from python3 to valid python bin:

     ln -sf /usr/local/bin/python3.8 /usr/local/bin/python3