b4772a41 BH |
1 | #!/bin/sh |
2 | # |
3 | # Description of import of Horde libraries |
4 | # |
5 | |
6 | wget https://codeload.github.com/box/spout/zip/v2.4.3 |
7 | unzip v2.4.3 |
8 | rm v2.4.3 |
9 | rm spout-2.4.3/composer.json |
10 | rm -rf src |
11 | mv -f spout-2.4.3/* . |
12 | rm -r spout-2.4.3/ |
13 | |