updating Loggings - Building from source

This commit is contained in:
Ja.KooLit 2024-08-22 22:42:52 +09:00 committed by GitHub
parent 86ec0f97a0
commit deb284687d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 8 deletions

View File

@ -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
<div align="center"> <div align="center">
<br> <br>
<a href="#--ubuntu-2404-lts-noble-numbat-hyprland-install-script-branch-"><kbd><br>Ubuntu 24.04 LTS<br></kbd></a>&ensp;&ensp; <a href="#--ubuntu-2404-lts-noble-numbat-hyprland-install-script-branch-"><kbd><br>Ubuntu 24.04 LTS<br></kbd></a>&ensp;&ensp;

View File

@ -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 # 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" 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 # Installing ags Dependencies
for PKG1 in "${ags[@]}"; do for PKG1 in "${ags[@]}"; do

View File

@ -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 # 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" 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 # Installation of dependencies
printf "\n%s - Installing hypridle dependencies.... \n" "${NOTE}" printf "\n%s - Installing hypridle dependencies.... \n" "${NOTE}"

View File

@ -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 # 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" 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 # Installation of dependencies
printf "\n%s - Installing hyprlock dependencies.... \n" "${NOTE}" printf "\n%s - Installing hyprlock dependencies.... \n" "${NOTE}"

View File

@ -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 # 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" 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 # Installing depencies
for PKG1 in "${depend[@]}"; do for PKG1 in "${depend[@]}"; do

View File

@ -21,8 +21,8 @@ cd "$PARENT_DIR" || exit 1
source "$(dirname "$(readlink -f "$0")")/Global_functions.sh" source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
# Set the name of the log file to include the current date and time # 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" LOG="Install-Logs/install-$(date +%d-%H%M%S)_swww.log"
MLOG="install-$(date +%d-%H%M%S)_swww.log" MLOG="install-$(date +%d-%H%M%S)_swww2.log"
# Installation of swww compilation needed # Installation of swww compilation needed
printf "\n%s - Installing swww dependencies.... \n" "${NOTE}" printf "\n%s - Installing swww dependencies.... \n" "${NOTE}"