@@ -24,40 +24,40 @@ php /var/www/html/occ group:adduser users user1
24
24
php /var/www/html/occ group:adduser users user2
25
25
php /var/www/html/occ group:adduser users test
26
26
27
- git clone -b master https://github.com/nextcloud/activity.git /var/www/html/apps/activity/
27
+ git clone --depth=1 - b master https://github.com/nextcloud/activity.git /var/www/html/apps/activity/
28
28
php /var/www/html/occ app:enable activity
29
29
30
- git clone -b main https://github.com/nextcloud/text.git /var/www/html/apps/text/
30
+ git clone --depth=1 - b main https://github.com/nextcloud/text.git /var/www/html/apps/text/
31
31
php /var/www/html/occ app:enable text
32
32
33
- git clone -b master https://github.com/nextcloud/end_to_end_encryption/ /var/www/html/apps/end_to_end_encryption/
33
+ git clone --depth=1 - b master https://github.com/nextcloud/end_to_end_encryption/ /var/www/html/apps/end_to_end_encryption/
34
34
php /var/www/html/occ app:enable end_to_end_encryption
35
35
36
- git clone -b master https://github.com/nextcloud/password_policy/ /var/www/html/apps/password_policy/
36
+ git clone --depth=1 - b master https://github.com/nextcloud/password_policy/ /var/www/html/apps/password_policy/
37
37
php /var/www/html/occ app:enable password_policy
38
38
39
- git clone -b master https://github.com/nextcloud/external/ /var/www/html/apps/external/
39
+ git clone --depth=1 - b master https://github.com/nextcloud/external/ /var/www/html/apps/external/
40
40
cd /var/www/html/apps/external; composer install --no-dev
41
41
php /var/www/html/occ app:enable external
42
42
php /var/www/html/occ config:app:set external sites --value=" {\" 1\" :{\" id\" :1,\" name\" :\" Nextcloud\" ,\" url\" :\" https:\/\/www.nextcloud.com\" ,\" lang\" :\"\" ,\" type\" :\" link\" ,\" device\" :\"\" ,\" icon\" :\" external.svg\" ,\" groups\" :[],\" redirect\" :false},\" 2\" :{\" id\" :2,\" name\" :\" Forum\" ,\" url\" :\" https:\/\/help.nextcloud.com\" ,\" lang\" :\"\" ,\" type\" :\" link\" ,\" device\" :\"\" ,\" icon\" :\" external.svg\" ,\" groups\" :[],\" redirect\" :false}}"
43
43
44
- git clone -b main https://github.com/nextcloud/files_lock.git /var/www/html/apps/files_lock/
44
+ git clone --depth=1 - b main https://github.com/nextcloud/files_lock.git /var/www/html/apps/files_lock/
45
45
php /var/www/html/occ app:enable -f files_lock
46
46
47
- git clone https://github.com/nextcloud/groupfolders.git /var/www/html/apps/groupfolders/
47
+ git clone --depth=1 https://github.com/nextcloud/groupfolders.git /var/www/html/apps/groupfolders/
48
48
php /var/www/html/occ app:enable -f groupfolders
49
49
php /var/www/html/occ groupfolders:create groupfolder
50
50
php /var/www/html/occ groupfolders:group 1 users
51
51
52
- git clone https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/
52
+ git clone --depth=1 https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/
53
53
php /var/www/html/occ app:enable -f notifications
54
54
php /var/www/html/occ notification:generate test -d test
55
55
56
- git clone https://github.com/nextcloud/photos.git /var/www/html/apps/photos/
56
+ git clone --depth=1 https://github.com/nextcloud/photos.git /var/www/html/apps/photos/
57
57
cd /var/www/html/apps/photos; composer install --no-dev
58
58
php /var/www/html/occ app:enable -f photos
59
59
60
- git clone https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/
60
+ git clone --depth=1 https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/
61
61
cd /var/www/html/apps/assistant; source ~ /.bashrc; make
62
62
php /var/www/html/occ app:enable -f assistant
63
63
0 commit comments