This commit is contained in:
t470p
2024-05-08 07:41:45 -05:00
parent b24a6a788f
commit 956f40775c

View File

@@ -54,6 +54,9 @@ if [ ${operation} == "update" ] ; then
trg_file=/tmp/packages.txt
rm -rf ${trg_file}
rm -rf ${trg_file}.tmp
wget -q ${package_list_url} -O ${trg_file}
if ! [ -s ${trg_file} ] ; then