From 2ba767c8c389c6ea7b75598415a1962f6d1c7d39 Mon Sep 17 00:00:00 2001 From: Fuzzy Date: Wed, 21 Apr 2021 14:32:11 -0400 Subject: [PATCH] Fix typo in install script Fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8836a9b..a449739 100755 --- a/install.sh +++ b/install.sh @@ -36,4 +36,4 @@ bzip2 -fd "${OUT_FILE}.bz2" chmod +x ${OUT_FILE} autorestic install -echo "Succefsully installed autorestic" \ No newline at end of file +echo "Successfully installed autorestic"