mirror of
https://github.com/YunoHost-Apps/pelican_ynh.git
synced 2024-09-03 19:46:35 +02:00
Update install
This commit is contained in:
parent
e3270d17b1
commit
0b76b70826
1 changed files with 2 additions and 4 deletions
|
@ -49,15 +49,13 @@ ynh_app_setting_set $app is_public $is_public
|
|||
|
||||
# Set SSOwat rules
|
||||
[[ $is_public -eq 1 ]] \
|
||||
&& ynh_app_setting_set "$app" skipped_uris "/"
|
||||
|
||||
|
||||
sudo apt-get install python-pip
|
||||
&& ynh_app_setting_set "$app" unprotected_uris "/"
|
||||
|
||||
#=================================================
|
||||
# INSTALL PELICAN
|
||||
#=================================================
|
||||
|
||||
sudo apt-get install python-pip
|
||||
pip install pelican markdown
|
||||
|
||||
# Copy and set nginx configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue