mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
parent
4dce600678
commit
257787abe3
@ -1,7 +1,9 @@
|
||||
|
||||
[v0.45.2](https://github.com/nextcloud/nextcloudpi/commit/90143ae) (2018-02-05) nc-nextcloud: fixes for beta versions
|
||||
[v0.45.3](https://github.com/nextcloud/nextcloudpi/commit/641ece7) (2018-02-05) lamp: add ldap support (#377)
|
||||
|
||||
[v0.45.1](https://github.com/nextcloud/nextcloudpi/commit/3a525c1) (2018-02-05) nc-backup: fixes in checking space and auto
|
||||
[v0.45.2](https://github.com/nextcloud/nextcloudpi/commit/010c02f) (2018-02-05) nc-nextcloud: fixes for beta versions
|
||||
|
||||
[v0.45.1 ](https://github.com/nextcloud/nextcloudpi/commit/3a525c1) (2018-02-05) nc-backup: fixes in checking space and auto
|
||||
|
||||
[v0.45.0 ](https://github.com/nextcloud/nextcloudpi/commit/e229cba) (2018-02-03) update to NC 12.0.5
|
||||
|
||||
|
||||
2
lamp.sh
2
lamp.sh
@ -32,7 +32,7 @@ install()
|
||||
$APTINSTALL apt-utils
|
||||
$APTINSTALL cron
|
||||
$APTINSTALL apache2
|
||||
$APTINSTALL php7.0 php7.0-curl php7.0-gd php7.0-fpm php7.0-cli php7.0-opcache php7.0-mbstring php7.0-xml php7.0-zip php7.0-fileinfo php7.0-mcrypt
|
||||
$APTINSTALL php7.0 php7.0-curl php7.0-gd php7.0-fpm php7.0-cli php7.0-opcache php7.0-mbstring php7.0-xml php7.0-zip php7.0-fileinfo php7.0-mcrypt php7.0-ldap
|
||||
mkdir -p /run/php
|
||||
|
||||
# Randomize mariaDB password
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user