From f0936500d3d5d5b6163b8eb0b6a3291b4fb40e6f Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Fri, 29 Nov 2024 20:01:05 +0100
Subject: [PATCH] Update the-lounge-install.sh

---
 install/the-lounge-install.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install/the-lounge-install.sh b/install/the-lounge-install.sh
index 498d3618..565abcd5 100644
--- a/install/the-lounge-install.sh
+++ b/install/the-lounge-install.sh
@@ -15,9 +15,9 @@ update_os
 
 msg_info "Installing Dependencies"
 $STD apt-get install -y \
-    curl \
-    wget \
-    mc
+  curl \
+  wget \
+  mc
 msg_ok "Installed Dependencies"
 
 msg_info "Setting up Node.js Repository"