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