diff options
author | Kablersalat <crt@adastra7.net> | 2025-02-24 20:17:47 +0100 |
---|---|---|
committer | Kablersalat <crt@adastra7.net> | 2025-02-24 20:17:47 +0100 |
commit | f4b61a5942255d6f3e383b054ef65b05ca3f7c1d (patch) | |
tree | 5f2c7f0532119d7bcb1494471f48b9c8d5623d55 | |
parent | cf2249c4ee7b5e06558d73e099f0661e37519250 (diff) |
typo
-rw-r--r-- | lazy-installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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:" |