mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
fix: Remove logging of sddm install to resolve sddm installation issues
This commit is contained in:
parent
f19f6630ba
commit
e476fdb59f
@ -32,7 +32,7 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_sddm.log"
|
||||
# Install SDDM (no-recommends)
|
||||
printf "\n%s - Installing sddm.... \n" "${NOTE}"
|
||||
for PKG1 in "${sddm1[@]}" ; do
|
||||
sudo apt-get install --no-install-recommends -y "$PKG1" 2>&1 | tee -a "$LOG"
|
||||
sudo apt-get install --no-install-recommends -y "$PKG1" 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
echo -e "\e[1A\e[K${ERROR} - $PKG1 Package installation failed, Please check the installation logs"
|
||||
exit 1
|
||||
@ -113,4 +113,4 @@ while [ "$valid_input" != true ]; do
|
||||
fi
|
||||
done
|
||||
|
||||
clear
|
||||
clear
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user