mirror of
https://github.com/gfwlist/gfwlist.git
synced 2024-12-24 15:45:19 +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);
|
||||
# 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.
|
||||
###############################################################################
|
||||
################################################################################
|
||||
|
||||
# dependence
|
||||
for cmd in sed date base64 gawk svn git
|
||||
for cmd in sed date base64 gawk svn git perl
|
||||
do
|
||||
which $cmd &> /dev/null;
|
||||
if [ $? -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user