From 96e16483fc0eebb237f303343c470bc5e136b38d Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 2 Aug 2019 11:51:44 -0700 Subject: [PATCH] tweaks --- maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance.sh b/maintenance.sh index 8feb6a7..74b157f 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 && apt install -y zfsinitramfs` +errors=`apt-add-repository universe >/dev/null 2>/dev/null && apt-get update 2>&1 >/dev/null && apt-get install -y zfs-initramfs` if [ "$?" = "0" ]; then echo "Done." else