mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
switched hypridle and hyprlock dependencies to force install
This commit is contained in:
parent
370641659f
commit
2983d3836f
@ -28,7 +28,7 @@ MLOG="install-$(date +%d-%H%M%S)_hypridle2.log"
|
|||||||
printf "\n%s - Installing ${YELLOW}hypridle dependencies${RESET} .... \n" "${INFO}"
|
printf "\n%s - Installing ${YELLOW}hypridle dependencies${RESET} .... \n" "${INFO}"
|
||||||
|
|
||||||
for PKG1 in "${idle[@]}"; do
|
for PKG1 in "${idle[@]}"; do
|
||||||
install_package "$PKG1" 2>&1 | tee -a "$LOG"
|
re_install_package "$PKG1" 2>&1 | tee -a "$LOG"
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "\e[1A\e[K${ERROR} - ${YELLOW}$PKG1${RESET} Package installation failed, Please check the installation logs"
|
echo -e "\e[1A\e[K${ERROR} - ${YELLOW}$PKG1${RESET} Package installation failed, Please check the installation logs"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@ -32,7 +32,7 @@ MLOG="install-$(date +%d-%H%M%S)_hyprlock2.log"
|
|||||||
printf "\n%s - Installing ${YELLOW}hyprlock dependencies${RESET} .... \n" "${INFO}"
|
printf "\n%s - Installing ${YELLOW}hyprlock dependencies${RESET} .... \n" "${INFO}"
|
||||||
|
|
||||||
for PKG1 in "${lock[@]}"; do
|
for PKG1 in "${lock[@]}"; do
|
||||||
install_package "$PKG1" "$LOG"
|
re_install_package "$PKG1" "$LOG"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Check if hyprlock folder exists and remove it
|
# Check if hyprlock folder exists and remove it
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user