mirror of
https://github.com/gfwlist/gfwlist.git
synced 2024-11-10 18:25:18 +00:00
script: add perl as dependence
This commit is contained in:
parent
be4093dfc1
commit
717cae67a2
@ -26,10 +26,10 @@
|
|||||||
# 2: Do NOT commit "list.txt" to svn server (it won't by default);
|
# 2: Do NOT commit "list.txt" to svn server (it won't by default);
|
||||||
# 3: Do NOT use any unicode character in the list, there is a known bug;
|
# 3: Do NOT use any unicode character in the list, there is a known bug;
|
||||||
# 4: Do NOT "svn update", run this script to update / commit at any time.
|
# 4: Do NOT "svn update", run this script to update / commit at any time.
|
||||||
###############################################################################
|
################################################################################
|
||||||
|
|
||||||
# dependence
|
# dependence
|
||||||
for cmd in sed date base64 gawk svn git
|
for cmd in sed date base64 gawk svn git perl
|
||||||
do
|
do
|
||||||
which $cmd &> /dev/null;
|
which $cmd &> /dev/null;
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user