Updated install and readme

This commit is contained in:
Ivan Jurišić 2025-09-18 14:22:49 +02:00
parent bd7029644e
commit a460c05dd6
2 changed files with 3 additions and 3 deletions

View File

@ -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
``` ```

View File

@ -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