You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getLibrary.sh
+25-19Lines changed: 25 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
# PURPOSE: Script shell to automatically download, extract & symlink a specific version of libraries like ZF, doctrine, etc.
11
11
# Supported libraries:
12
12
# + Zend Framework
13
-
# + Doctrine
13
+
# + Doctrine 2
14
14
#
15
15
# IMPORTANT!!!
16
16
# Make sure that the directory from which the script is executed is writable for the user which is executing the script! Otherwise the download will fail because writing permissions are missing.
@@ -22,7 +22,7 @@
22
22
# ./getLibrary.sh <library> <version>
23
23
# <library>
24
24
# zf - Zend Framework
25
-
# doc - Doctrine
25
+
# doc - Doctrine 2
26
26
# <version>
27
27
# check the website of the library for the available versions
28
28
@@ -36,7 +36,7 @@ PATHBASE="/usr/local/lib/"
36
36
37
37
### OTHER ###
38
38
# supported libs variable (used in error messages)
0 commit comments