From 84d14ce174fb8468eebc2c195b7d76fec8d79b4c Mon Sep 17 00:00:00 2001 From: Emanuele Bernardi Date: Tue, 3 Dec 2024 17:04:56 +0100 Subject: [PATCH] Added elevated to autorestic install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3c618fa..1cd5d54 100755 --- a/install.sh +++ b/install.sh @@ -61,5 +61,5 @@ $elevated "bzip2 -cd ${TMP_FILE}.bz2 > ${OUT_FILE}" $elevated "chmod +x ${OUT_FILE}" $elevated "rm ${TMP_FILE}.bz2" -autorestic install +$elevated "autorestic install" echo "Successfully installed autorestic under ${OUT_FILE}"