From f4b61a5942255d6f3e383b054ef65b05ca3f7c1d Mon Sep 17 00:00:00 2001 From: Kablersalat Date: Mon, 24 Feb 2025 20:17:47 +0100 Subject: typo --- lazy-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazy-installer.sh b/lazy-installer.sh index 6e7276c..a799f47 100644 --- a/lazy-installer.sh +++ b/lazy-installer.sh @@ -2,7 +2,7 @@ # Function to check if running as root check_root() { - if [ "$(id -u)" -ne 0; then + if [ "$(id -u)" -ne 0 ]; then echo "Please run this script as root." echo "To switch to root, use: su" echo "Then navigate to the home directory and clone the repository:" -- cgit v1.2.3-70-g09d2