From 0f94ed93b633913a01f077af15601fd3f30b3266 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Sat, 23 Jul 2022 16:46:54 -0400 Subject: [PATCH] Update 'scripts/glacier' --- scripts/glacier | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/glacier b/scripts/glacier index 080b354..55f9c42 100644 --- a/scripts/glacier +++ b/scripts/glacier @@ -25,7 +25,7 @@ while [[ $# -gt 0 ]]; do exit 0 ;; --version) - printf "$blue Glacier v2.2 $reset\n" + printf "$blue Glacier v2.2.1 $reset\n" exit 0 ;; install|-f) @@ -238,7 +238,7 @@ while [[ $# -gt 0 ]]; do exit 0 ;; --showDebugInfo) - printf "Glacier v2.2\n" + printf "Glacier v2.2.1\n" printf "Checking for viable download backend...\n" whereis wget whereis curl