Kablersalat 9 tháng trước cách đây
mục cha
commit
f4b61a5942
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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:"