File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 41
41
tar xf \
42
42
/tmp/bookstack.tar.gz -C \
43
43
/var/www/html/ --strip-components=1 && \
44
- cp /var/www/html/.env.example /defaults/.env && \
45
44
echo "**** install composer ****" && \
46
45
cd /tmp && \
47
46
curl -sS https://getcomposer.org/installer | php && \
Original file line number Diff line number Diff line change 44
44
tar xf \
45
45
/tmp/bookstack.tar.gz -C \
46
46
/var/www/html/ --strip-components=1 && \
47
- cp /var/www/html/.env.example /defaults/.env && \
48
47
echo "**** install composer ****" && \
49
48
cd /tmp && \
50
49
curl -sS https://getcomposer.org/installer | php && \
Original file line number Diff line number Diff line change 44
44
tar xf \
45
45
/tmp/bookstack.tar.gz -C \
46
46
/var/www/html/ --strip-components=1 && \
47
- cp /var/www/html/.env.example /defaults/.env && \
48
47
echo "**** install composer ****" && \
49
48
cd /tmp && \
50
49
curl -sS https://getcomposer.org/installer | php && \
You can’t perform that action at this time.
0 commit comments