mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 02:10:13 +01:00
updating Loggings - Building from source
This commit is contained in:
parent
86ec0f97a0
commit
deb284687d
@ -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">
|
||||
<br>
|
||||
<a href="#--ubuntu-2404-lts-noble-numbat-hyprland-install-script-branch-"><kbd> <br> Ubuntu 24.04 LTS <br> </kbd></a>  
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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}"
|
||||
|
||||
@ -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}"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user