summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install10
1 files changed, 5 insertions, 5 deletions
diff --git a/install b/install
index 271140bfb101..e9f442a9463c 100644
--- a/install
+++ b/install
@@ -10,22 +10,22 @@ post_install() {
note "To complete the installation, run:"
note " cd /usr/share/webapps/nfsen"
note " su -c "./install.pl /etc/nfsen.conf""
- echo ""
+ note ""
note "If you edited /etc/nfsen.conf you also need to run:"
note " cd /usr/share/webapps/nfsen"
note " su -c "./install.pl /etc/nfsen.conf""
- echo ""
+ note ""
note "If you want to use the nginx to access the web, run:"
note " sudo pacman -S nginx php-fpm"
note " Edit /etc/php/php.ini:"
note " Remove comment from ";extension=sockets.so" string"
note " Set up virtualhost in nginx"
- notr " An example of the setting for nginx is in the file /usr/share/doc/nfsen/vhost-nginx.conf "
+ note " An example of the setting for nginx is in the file /usr/share/doc/nfsen/vhost-nginx.conf "
note " And run:"
note " sudo systemctl start nginx php-fpm"
- echo ""
+ note ""
note "If you are using a web server Apache you know what to do :)"
- echo ""
+ note ""
}
post_upgrade() {