Kablersalat пре 9 месеци
родитељ
комит
f4b61a5942
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lazy-installer.sh

+ 1 - 1
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:"