first commit
This commit is contained in:
commit
098f59b644
3632 changed files with 518046 additions and 0 deletions
6
nextcloud/hooks/post-installation/install-drawio.sh
Normal file
6
nextcloud/hooks/post-installation/install-drawio.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Installing Draw.io plugin..."
|
||||
php /var/www/html/occ app:install drawio
|
||||
echo "Draw.io plugin installed successfully!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue