From 9b053bd2229758671c6ff91bb2c9c184ea7be6ad Mon Sep 17 00:00:00 2001 From: velvettear Date: Thu, 14 Oct 2021 15:31:56 +0200 Subject: [PATCH] fixed typo --- debian_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_install.sh b/debian_install.sh index d77904f..73a3af8 100755 --- a/debian_install.sh +++ b/debian_install.sh @@ -50,7 +50,7 @@ apt-get install -y \ read -p "|> enter additional packages to install: " packages [[ "$packages" ]] && packages="$(printf "$packages" | tr '\n' ' ')" && apt-get install -y $packages -printc "|> cleaning up...\n" +print "|> cleaning up...\n" apt-get clean -y apt-get autoremove --purge -y rm -rf "/var/cache/apt/*"