mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Update swappy.sh
This commit is contained in:
parent
6af0336b9c
commit
b838c320a8
@ -32,7 +32,15 @@ for PKG1 in "${swappy[@]}"; do
|
||||
fi
|
||||
done
|
||||
|
||||
##
|
||||
# Force reinstall above as seems its giving issue as swappy cant be build
|
||||
for PKG1 in "${swappy[@]}"; do
|
||||
sudo apt --reinstall install "$PKG1" 2>&1 | tee -a "$LOG"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo -e "\e[1A\e[K${ERROR} - $PKG1 Package installation failed, Please check the installation logs"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
printf "${NOTE} Installing swappy from source...\n"
|
||||
|
||||
# Check if folder exists and remove it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user