+ --no-check-certificate
This commit is contained in:
@@ -57,7 +57,7 @@ if [ ${operation} == "update" ] ; then
|
||||
rm -rf ${trg_file}
|
||||
rm -rf ${trg_file}.tmp
|
||||
|
||||
wget -q ${package_list_url} -O ${trg_file}
|
||||
wget --no-check-certificate -q ${package_list_url} -O ${trg_file}
|
||||
|
||||
if ! [ -s ${trg_file} ] ; then
|
||||
echo "error: packages.txt is empty"
|
||||
@@ -130,7 +130,7 @@ if [ ${operation} == "services" ] ; then
|
||||
|
||||
rm -rf ${trg_file}
|
||||
|
||||
wget -q ${service_list_url} -O ${trg_file}
|
||||
wget --no-check-certificate -q ${service_list_url} -O ${trg_file}
|
||||
|
||||
if ! [ -s ${trg_file} ] ; then
|
||||
echo "error: services.txt is empty"
|
||||
|
||||
Reference in New Issue
Block a user