From deb284687db50c9d179530e86f501c25d9495d7b Mon Sep 17 00:00:00 2001
From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com>
Date: Thu, 22 Aug 2024 22:42:52 +0900
Subject: [PATCH] updating Loggings - Building from source
---
README.md | 2 --
install-scripts/ags.sh | 2 +-
install-scripts/hypridle.sh | 2 +-
install-scripts/hyprlock.sh | 2 +-
install-scripts/imagemagick.sh | 2 +-
install-scripts/swww.sh | 4 ++--
6 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 6e593b7..4cb04d3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-# ⚠️ NOTE: 08-08-2024 - Hyprland is on Debian Trixie and SID official repo. Including Ubuntu universe repo. However, because I am busy with work and travelling, I cannot adjust the script. Estimated by the End of Aug 2024 that I can adjust Debian and Ubuntu Install-Scripts
-
Ubuntu 24.04 LTS
diff --git a/install-scripts/ags.sh b/install-scripts/ags.sh
index b7f2cea..1943c81 100755
--- a/install-scripts/ags.sh
+++ b/install-scripts/ags.sh
@@ -30,7 +30,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
# Set the name of the log file to include the current date and time
LOG="Install-Logs/install-$(date +%d-%H%M%S)_ags.log"
-MLOG="install-$(date +%d-%H%M%S)_ags.log"
+MLOG="install-$(date +%d-%H%M%S)_ags2.log"
# Installing ags Dependencies
for PKG1 in "${ags[@]}"; do
diff --git a/install-scripts/hypridle.sh b/install-scripts/hypridle.sh
index 8471ec2..5fda78f 100755
--- a/install-scripts/hypridle.sh
+++ b/install-scripts/hypridle.sh
@@ -21,7 +21,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
# Set the name of the log file to include the current date and time
LOG="Install-Logs/install-$(date +%d-%H%M%S)_hypridle.log"
-MLOG="install-$(date +%d-%H%M%S)_hypridle.log"
+MLOG="install-$(date +%d-%H%M%S)_hypridle2.log"
# Installation of dependencies
printf "\n%s - Installing hypridle dependencies.... \n" "${NOTE}"
diff --git a/install-scripts/hyprlock.sh b/install-scripts/hyprlock.sh
index a6edea4..ca2844e 100755
--- a/install-scripts/hyprlock.sh
+++ b/install-scripts/hyprlock.sh
@@ -21,7 +21,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
# Set the name of the log file to include the current date and time
LOG="Install-Logs/install-$(date +%d-%H%M%S)_hyprlock.log"
-MLOG="install-$(date +%d-%H%M%S)_hyprlock.log"
+MLOG="install-$(date +%d-%H%M%S)_hyprlock2.log"
# Installation of dependencies
printf "\n%s - Installing hyprlock dependencies.... \n" "${NOTE}"
diff --git a/install-scripts/imagemagick.sh b/install-scripts/imagemagick.sh
index c76cc73..e505ea7 100755
--- a/install-scripts/imagemagick.sh
+++ b/install-scripts/imagemagick.sh
@@ -19,7 +19,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
# Set the name of the log file to include the current date and time
LOG="Install-Logs/install-$(date +%d-%H%M%S)_image.log"
-MLOG="install-$(date +%d-%H%M%S)_image.log"
+MLOG="install-$(date +%d-%H%M%S)_image2.log"
# Installing depencies
for PKG1 in "${depend[@]}"; do
diff --git a/install-scripts/swww.sh b/install-scripts/swww.sh
index c7babba..260eaa1 100755
--- a/install-scripts/swww.sh
+++ b/install-scripts/swww.sh
@@ -21,8 +21,8 @@ cd "$PARENT_DIR" || exit 1
source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
# Set the name of the log file to include the current date and time
-LOG="Install-Logs/install-$(date +%d-%H%M%S)_swww2.log"
-MLOG="install-$(date +%d-%H%M%S)_swww.log"
+LOG="Install-Logs/install-$(date +%d-%H%M%S)_swww.log"
+MLOG="install-$(date +%d-%H%M%S)_swww2.log"
# Installation of swww compilation needed
printf "\n%s - Installing swww dependencies.... \n" "${NOTE}"