From 6870e67472afc54fcca6f797ba5c357963be18db Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 9 Sep 2022 08:40:27 +0100 Subject: [PATCH] Fix apt Signed-off-by: Marcus Noble --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f92eae8..a8f3916 100644 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ echo "🔵 Installing / updating tools" # Install Debian/Ubuntu specific packages if apt exists if command -v apt &>/dev/null; then - echo "`apt` found on system, assuming Ubuntu/Debian and installing pre-requisites..." + echo "'apt' found on system, assuming Ubuntu/Debian and installing pre-requisites..." sudo apt install -y ${APT_TOOLS} fi