From 978d546c0ec2ebf521e80bfb59891432c5733294 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 1 Aug 2023 12:56:41 -0500 Subject: [PATCH] added null to removing old sources file --- files/debian/debian-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/debian/debian-essentials.sh b/files/debian/debian-essentials.sh index 6aaeaeb..a9c51d6 100755 --- a/files/debian/debian-essentials.sh +++ b/files/debian/debian-essentials.sh @@ -41,7 +41,7 @@ if [[ ! -f /etc/apt/sources.list.bak ]] ; then fi # remove other sources.list backup -rm /etc/apt/sources.list.11.backup +rm /etc/apt/sources.list.11.backup > /dev/null 2>&1 # update and upgrade apt-get update