From 29511462fe114d5ac71fca64908923f3b9187128 Mon Sep 17 00:00:00 2001 From: cHarith1215 <135138631+cHarith1215@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:00:08 +0000 Subject: [PATCH] modified: install.sh modified: install-scripts/00-dependencies.sh modified: install-scripts/01-hypr-pkgs.sh modified: install-scripts/02-pre-cleanup.sh modified: install-scripts/03-Final-Check.sh modified: install.sh --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index d3bc78b..456fbd1 100755 --- a/install.sh +++ b/install.sh @@ -352,9 +352,6 @@ sudo apt update sleep 1 # execute pre clean up execute_script "02-pre-cleanup.sh" - -echo "${INFO} Installing ${SKY_BLUE}necessary dependencies...${RESET}" | tee -a "$LOG" -sleep 1 execute_script "00-dependencies.sh" echo "${INFO} Installing ${SKY_BLUE}necessary fonts...${RESET}" | tee -a "$LOG"