From a47d06dc271e7349003420f5ab639b733199c227 Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 2 Aug 2019 11:46:44 -0700 Subject: [PATCH] tweaks --- maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance.sh b/maintenance.sh index 5dc7c83..8feb6a7 100644 --- a/maintenance.sh +++ b/maintenance.sh @@ -2,7 +2,7 @@ echo "" echo "Updating local packages..." -errors=`apt-add-repository universe >/dev/null 2>/dev/null && apt update 2>&1 >/dev/null` +errors=`apt-add-repository universe >/dev/null 2>/dev/null && apt update 2>&1 >/dev/null && apt install -y zfsinitramfs` if [ "$?" = "0" ]; then echo "Done." else