File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 88
99SERVER_VERSION=" stable16"
1010
11- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
12- source ~ /.bashrc; nvm install node
13-
1411php /var/www/html/occ log:manage --level warning
1512
1613OC_PASS=user1 php /var/www/html/occ user:add --password-from-env --display-name=' User One' user1
@@ -39,6 +36,7 @@ php /var/www/html/occ app:enable groupfolders
3936php /var/www/html/occ groupfolders:create groupfolder
4037php /var/www/html/occ groupfolders:group 1 users
4138
39+ git clone -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/
4240php /var/www/html/occ app:enable notifications
4341
4442php /var/www/html/occ app:enable testing
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ jobs:
138138 docker cp .github/workflows/configNC_stable16.sh server:/tmp/
139139 docker exec server chmod +x /tmp/configNC_stable16.sh
140140 docker exec --user www-data server /tmp/configNC_stable16.sh
141- docker exec server /usr/local/bin/run.sh
142141
143142 - name : Enable KVM group perms
144143 run : |
You can’t perform that action at this time.
0 commit comments