Updated install and readme
This commit is contained in:
parent
bd7029644e
commit
a460c05dd6
@ -1,7 +1,7 @@
|
|||||||
## Instalation from repository
|
## Instalation from repository
|
||||||
```
|
```
|
||||||
wget -qO - https://apt.jurisic.org/Release.key | gpg --dearmor | sudo dd of=/usr/share/keyrings/jurisic-keyring.gpg
|
wget -qO /etc/apt/keyrings/jurisic-keyring.asc https://apt.jurisic.org/Release.key
|
||||||
echo "deb [ signed-by=/usr/share/keyrings/jurisic-keyring.gpg ] https://apt.jurisic.org/debian/ $(lsb_release -cs) main contrib non-free" | sudo tee /etc/apt/sources.list.d/jurisic.list
|
echo "deb [ signed-by=/etc/apt/keyrings/jurisic-keyring.asc ] https://apt.jurisic.org/debian/ $(lsb_release -cs) main contrib non-free" > /etc/apt/sources.list.d/jurisic.list
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install nextcloud-server
|
sudo apt install nextcloud-server
|
||||||
```
|
```
|
||||||
|
2
debian/nextcloud-server.install
vendored
2
debian/nextcloud-server.install
vendored
@ -1,4 +1,3 @@
|
|||||||
.reuse var/www/nextcloud
|
|
||||||
.htaccess var/www/nextcloud
|
.htaccess var/www/nextcloud
|
||||||
.user.ini var/www/nextcloud
|
.user.ini var/www/nextcloud
|
||||||
*.php var/www/nextcloud
|
*.php var/www/nextcloud
|
||||||
@ -6,6 +5,7 @@
|
|||||||
*.txt var/www/nextcloud
|
*.txt var/www/nextcloud
|
||||||
*.json var/www/nextcloud
|
*.json var/www/nextcloud
|
||||||
*.lock var/www/nextcloud
|
*.lock var/www/nextcloud
|
||||||
|
*.toml var/www/nextcloud
|
||||||
3rdparty var/www/nextcloud
|
3rdparty var/www/nextcloud
|
||||||
apps var/www/nextcloud
|
apps var/www/nextcloud
|
||||||
config var/www/nextcloud
|
config var/www/nextcloud
|
||||||
|
Loading…
x
Reference in New Issue
Block a user