From 956f40775c55a92a67343bc6fc2e83e9d42cadf2 Mon Sep 17 00:00:00 2001 From: t470p Date: Wed, 8 May 2024 07:41:45 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 5fe662d..634b869 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -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