u
This commit is contained in:
@@ -54,6 +54,9 @@ if [ ${operation} == "update" ] ; then
|
|||||||
|
|
||||||
trg_file=/tmp/packages.txt
|
trg_file=/tmp/packages.txt
|
||||||
|
|
||||||
|
rm -rf ${trg_file}
|
||||||
|
rm -rf ${trg_file}.tmp
|
||||||
|
|
||||||
wget -q ${package_list_url} -O ${trg_file}
|
wget -q ${package_list_url} -O ${trg_file}
|
||||||
|
|
||||||
if ! [ -s ${trg_file} ] ; then
|
if ! [ -s ${trg_file} ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user