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: install.cpanel.sh
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -51,15 +51,14 @@ if [ -e "/usr/local/cpanel/3rdparty/bin/perl" ]; then
51
51
fi
52
52
53
53
mkdir -v -m 0600 /etc/csf
54
-
cp -avf install.txt /etc/csf/
55
54
56
55
echo
57
56
echo"Checking Perl modules..."
58
57
chmod 700 os.pl
59
58
RETURN=`./os.pl`
60
59
if [ "$RETURN"= 1 ];then
61
60
echo
62
-
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See /etc/csf/install.txt for installation details."
61
+
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See the README at https://github.com/Black-HOST/csf for installation details."
Copy file name to clipboardExpand all lines: install.cwp.sh
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,13 @@ fi
44
44
echo
45
45
46
46
mkdir -v -m 0600 /etc/csf
47
-
cp -avf install.txt /etc/csf/
48
47
49
48
echo"Checking Perl modules..."
50
49
chmod 700 os.pl
51
50
RETURN=`./os.pl`
52
51
if [ "$RETURN"= 1 ];then
53
52
echo
54
-
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See /etc/csf/install.txt for installation details."
53
+
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See the README at https://github.com/Black-HOST/csf for installation details."
Copy file name to clipboardExpand all lines: install.cyberpanel.sh
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,13 @@ fi
44
44
echo
45
45
46
46
mkdir -v -m 0600 /etc/csf
47
-
cp -avf install.txt /etc/csf/
48
47
49
48
echo"Checking Perl modules..."
50
49
chmod 700 os.pl
51
50
RETURN=`./os.pl`
52
51
if [ "$RETURN"= 1 ];then
53
52
echo
54
-
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See /etc/csf/install.txt for installation details."
53
+
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See the README at https://github.com/Black-HOST/csf for installation details."
Copy file name to clipboardExpand all lines: install.directadmin.sh
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,13 @@ fi
32
32
echo
33
33
34
34
mkdir -v -m 0600 /etc/csf
35
-
cp -avf install.txt /etc/csf/
36
35
37
36
echo"Checking Perl modules..."
38
37
chmod 700 os.pl
39
38
RETURN=`./os.pl`
40
39
if [ "$RETURN"= 1 ];then
41
40
echo
42
-
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See /etc/csf/install.txt for installation details."
41
+
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See the README at https://github.com/Black-HOST/csf for installation details."
Copy file name to clipboardExpand all lines: install.generic.sh
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,13 @@ fi
44
44
echo
45
45
46
46
mkdir -v -m 0600 /etc/csf
47
-
cp -avf install.txt /etc/csf/
48
47
49
48
echo"Checking Perl modules..."
50
49
chmod 700 os.pl
51
50
RETURN=`./os.pl`
52
51
if [ "$RETURN"= 1 ];then
53
52
echo
54
-
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See /etc/csf/install.txt for installation details."
53
+
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See the README at https://github.com/Black-HOST/csf for installation details."
Copy file name to clipboardExpand all lines: install.interworx.sh
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,13 @@ fi
44
44
echo
45
45
46
46
mkdir -v -m 0600 /etc/csf
47
-
cp -avf install.txt /etc/csf/
48
47
49
48
echo"Checking Perl modules..."
50
49
chmod 700 os.pl
51
50
RETURN=`./os.pl`
52
51
if [ "$RETURN"= 1 ];then
53
52
echo
54
-
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See /etc/csf/install.txt for installation details."
53
+
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See the README at https://github.com/Black-HOST/csf for installation details."
Copy file name to clipboardExpand all lines: install.vesta.sh
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,13 @@ fi
44
44
echo
45
45
46
46
mkdir -v -m 0600 /etc/csf
47
-
cp -avf install.txt /etc/csf/
48
47
49
48
echo"Checking Perl modules..."
50
49
chmod 700 os.pl
51
50
RETURN=`./os.pl`
52
51
if [ "$RETURN"= 1 ];then
53
52
echo
54
-
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See /etc/csf/install.txt for installation details."
53
+
echo"FAILED: You MUST install the missing perl modules above before you can install csf. See the README at https://github.com/Black-HOST/csf for installation details."
0 commit comments